Html Css Color HEX #04CD7C Caribbean Green

📋 copy color: '#04CD7C'

red 4 ◦ green 205 ◦ blue 124

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

Shades of Caribbean Green #04CD7C

Tints of Caribbean Green #04CD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.56%

 BLUE value IS 124 (48.83% from 255) = 37.24%

R = 1.2%
G = 61.56%
B = 37.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#04CD7C (or 0x04CD7C) is known color: Caribbean Green. HEX triplet: 04, CD and 7C. RGB value is (4,205,124). Sum of RGB (Red+Green+Blue) = 4+205+124=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CD7C is #FB3283. Grayscale: #878787. Windows color (decimal): -16462468 or 8178948. OLE color: 8178948.

HSL color Cylindrical-coordinate representation of color #04CD7C: hue angle of 155.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CD7C is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 205 124 -
CMYK 0.98 0 0.40 0.20
HSL 155.82º 0.96% 0.41% -
HSV(B) 155.82º 0.98% 0.8% -
XYZ 25.52 45.14 26.44 -
YUV 135.67 121.41 34.09 -
System Red Green Blue C M Y K H S L
Decimal 4 205 124 0.98 0 0.40 0.20 155.82 0.96 0.41
Hex 4 CD 7C 62 0 28 14 9C 60 29
Octal 4 315 174 142 0 50 24 234 140 51
Binary 100 11001101 1111100 1100010 0 101000 10100 10011100 1100000 101001

Color Harmonies of #04CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CD7C

Black with #04CD7C

Text Example


Text Example

White with #04CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,205,124); }

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

background-color css

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

 a { background-color: rgb(4,205,124); }

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

border-color css

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

 span { border-color: rgb(4,205,124); }

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