Html Css Color HEX #04DD8D Caribbean Green

📋 copy color: '#04DD8D'

red 4 ◦ green 221 ◦ blue 141

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

Shades of Caribbean Green #04DD8D

Tints of Caribbean Green #04DD8D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.38%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 1.09%
G = 60.38%
B = 38.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#04DD8D (or 0x04DD8D) is known color: Caribbean Green. HEX triplet: 04, DD and 8D. RGB value is (4,221,141). Sum of RGB (Red+Green+Blue) = 4+221+141=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DD8D is #FB2272. Grayscale: #939393. Windows color (decimal): -16458355 or 9297156. OLE color: 9297156.

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

Color convert

RGB 4 221 141 -
CMYK 0.98 0 0.36 0.13
HSL 157.88º 0.96% 0.44% -
HSV(B) 157.88º 0.98% 0.87% -
XYZ 30.71 53.66 33.94 -
YUV 147 124.61 26 -
System Red Green Blue C M Y K H S L
Decimal 4 221 141 0.98 0 0.36 0.13 157.88 0.96 0.44
Hex 4 DD 8D 62 0 24 D 9E 60 2C
Octal 4 335 215 142 0 44 15 236 140 54
Binary 100 11011101 10001101 1100010 0 100100 1101 10011110 1100000 101100

Color Harmonies of #04DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD8D

Black with #04DD8D

Text Example


Text Example

White with #04DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,221,141); }

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

background-color css

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

 a { background-color: rgb(4,221,141); }

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

border-color css

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

 span { border-color: rgb(4,221,141); }

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