#04CC7F

Color #04CC7F Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #04CC7F

Tints of Caribbean Green #04CC7F

Color information

#04CC7F (or 0x04CC7F) is unknown color: approx Caribbean Green. HEX triplet: 04, CC and 7F. RGB value is (4,204,127). Sum of RGB (Red+Green+Blue) = 4+204+127=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC7F is #FB3380. Grayscale: #878787. Windows color (decimal): -16462721 or 8375300. OLE color: 8375300.

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

Color convert

RGB4204127-
CMYK0.9800.380.2
HSL156.9º96.15%40.78%-
HSV(B)156.9º98.04%80%-
XYZ25.4744.7427.37-
YUV135.42123.2434.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 204 (80.08% from 255) = 60.90%
BLUE value IS 127 (50% from 255) = 37.91%
R=1.19%
G=60.90%
B=37.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42041270.9800.380.2156.996.1540.78
Hex4CC7F62026149d6029
Octal43141771420462423514051
Binary1001100110011111111100010010011010100100111011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,204,127); }

 H1.HeaderClassName
 {
   color: #04CC7F;
 }
 .AnyTagClassName
 {
   color: #04CC7F;
 }
</style>
background-color css

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

 a { background-color: rgb(4,204,127); }

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

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

 span { border-color: rgb(4,204,127); }

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