Html Css Color HEX #04C880 Caribbean Green

📋 copy color: '#04C880'

red 4 ◦ green 200 ◦ blue 128

#04C880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #04C880

Tints of Caribbean Green #04C880

RGB

 RED value IS 4 (1.95% from 255) = 1.2%

 GREEN value IS 200 (78.52% from 255) = 60.24%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 1.2%
G = 60.24%
B = 38.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04C880 (or 0x04C880) is known color: Caribbean Green. HEX triplet: 04, C8 and 80. RGB value is (4,200,128). Sum of RGB (Red+Green+Blue) = 4+200+128=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #04C880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C880 is #FB377F. Grayscale: #858585. Windows color (decimal): -16463744 or 8439812. OLE color: 8439812.

HSL color Cylindrical-coordinate representation of color #04C880: hue angle of 157.96º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C880 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 200 128 -
CMYK 0.98 0 0.36 0.22
HSL 157.96º 0.96% 0.4% -
HSV(B) 157.96º 0.98% 0.78% -
XYZ 24.6 42.89 27.4 -
YUV 133.19 125.07 35.85 -
System Red Green Blue C M Y K H S L
Decimal 4 200 128 0.98 0 0.36 0.22 157.96 0.96 0.4
Hex 4 C8 80 62 0 24 16 9E 60 28
Octal 4 310 200 142 0 44 26 236 140 50
Binary 100 11001000 10000000 1100010 0 100100 10110 10011110 1100000 101000

Color Harmonies of #04C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C880

Black with #04C880

Text Example


Text Example

White with #04C880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04C880; }

 p { color: rgb(4,200,128); }

 H1.HeaderClassName
 {
   color: #04C880;
 }
 .AnyTagClassName
 {
   color: #04C880;
 }
</style>

background-color css

<style>
 a { background-color: #04C880; }

 a { background-color: rgb(4,200,128); }

 div.DivClassName
 {
   background-color: #04C880;
 }
 .BgClassName
 {
   background-color: #04C880;
 }
</style>

border-color css

<style>
 span { border-color: #04C880; }

 span { border-color: rgb(4,200,128); }

 td.TdClassName
 {
   border-color: #04C880;
 }
 .TagClassName
 {
   border-color: #04C880;
 }
</style>