Html Css Color HEX #04DC8A Caribbean Green

📋 copy color: '#04DC8A'

red 4 ◦ green 220 ◦ blue 138

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

Shades of Caribbean Green #04DC8A

Tints of Caribbean Green #04DC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 1.1%
G = 60.77%
B = 38.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#04DC8A (or 0x04DC8A) is known color: Caribbean Green. HEX triplet: 04, DC and 8A. RGB value is (4,220,138). Sum of RGB (Red+Green+Blue) = 4+220+138=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DC8A is #FB2375. Grayscale: #929292. Windows color (decimal): -16458614 or 9100292. OLE color: 9100292.

HSL color Cylindrical-coordinate representation of color #04DC8A: hue angle of 157.22º 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 #04DC8A is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 220 138 -
CMYK 0.98 0 0.37 0.14
HSL 157.22º 0.96% 0.44% -
HSV(B) 157.22º 0.98% 0.86% -
XYZ 30.23 53.05 32.69 -
YUV 146.07 123.44 26.67 -
System Red Green Blue C M Y K H S L
Decimal 4 220 138 0.98 0 0.37 0.14 157.22 0.96 0.44
Hex 4 DC 8A 62 0 25 E 9D 60 2C
Octal 4 334 212 142 0 45 16 235 140 54
Binary 100 11011100 10001010 1100010 0 100101 1110 10011101 1100000 101100

Color Harmonies of #04DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC8A

Black with #04DC8A

Text Example


Text Example

White with #04DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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