Html Css Color HEX #04DC9D Caribbean Green

📋 copy color: '#04DC9D'

red 4 ◦ green 220 ◦ blue 157

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

Shades of Caribbean Green #04DC9D

Tints of Caribbean Green #04DC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 1.05%
G = 57.74%
B = 41.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#04DC9D (or 0x04DC9D) is known color: Caribbean Green. HEX triplet: 04, DC and 9D. RGB value is (4,220,157). Sum of RGB (Red+Green+Blue) = 4+220+157=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DC9D is #FB2362. Grayscale: #949494. Windows color (decimal): -16458595 or 10345476. OLE color: 10345476.

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

Color convert

RGB 4 220 157 -
CMYK 0.98 0 0.29 0.14
HSL 162.5º 0.96% 0.44% -
HSV(B) 162.5º 0.98% 0.86% -
XYZ 31.73 53.65 40.58 -
YUV 148.23 132.94 25.12 -
System Red Green Blue C M Y K H S L
Decimal 4 220 157 0.98 0 0.29 0.14 162.5 0.96 0.44
Hex 4 DC 9D 62 0 1D E A2 60 2C
Octal 4 334 235 142 0 35 16 242 140 54
Binary 100 11011100 10011101 1100010 0 11101 1110 10100010 1100000 101100

Color Harmonies of #04DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC9D

Black with #04DC9D

Text Example


Text Example

White with #04DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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