Html Css Color HEX #04DC80 Caribbean Green

📋 copy color: '#04DC80'

red 4 ◦ green 220 ◦ blue 128

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

Shades of Caribbean Green #04DC80

Tints of Caribbean Green #04DC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.5%

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

R = 1.14%
G = 62.5%
B = 36.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#04DC80 (or 0x04DC80) is known color: Caribbean Green. HEX triplet: 04, DC and 80. RGB value is (4,220,128). Sum of RGB (Red+Green+Blue) = 4+220+128=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DC80 is #FB237F. Grayscale: #919191. Windows color (decimal): -16458624 or 8444932. OLE color: 8444932.

HSL color Cylindrical-coordinate representation of color #04DC80: hue angle of 154.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DC80 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 220 128 -
CMYK 0.98 0 0.42 0.14
HSL 154.44º 0.96% 0.44% -
HSV(B) 154.44º 0.98% 0.86% -
XYZ 29.54 52.77 29.05 -
YUV 144.93 118.44 27.48 -
System Red Green Blue C M Y K H S L
Decimal 4 220 128 0.98 0 0.42 0.14 154.44 0.96 0.44
Hex 4 DC 80 62 0 2A E 9A 60 2C
Octal 4 334 200 142 0 52 16 232 140 54
Binary 100 11011100 10000000 1100010 0 101010 1110 10011010 1100000 101100

Color Harmonies of #04DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC80

Black with #04DC80

Text Example


Text Example

White with #04DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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