Shades of Caribbean Green #04CE7D
Tints of Caribbean Green #04CE7D
RGB
CMYK
RGB Variations
Color information
#04CE7D (or 0x04CE7D) is known color: Caribbean Green. HEX triplet: 04, CE and 7D. RGB value is (4,206,125). Sum of RGB (Red+Green+Blue) = 4+206+125=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CE7D is #FB3182. Grayscale: #888888. Windows color (decimal): -16462211 or 8244740. OLE color: 8244740.
HSL color Cylindrical-coordinate representation of color #04CE7D: hue angle of 155.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE7D is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 125 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.19 |
| HSL | 155.94º | 0.96% | 0.41% | - |
| HSV(B) | 155.94º | 0.98% | 0.81% | - |
| XYZ | 25.82 | 45.65 | 26.85 | - |
| YUV | 136.37 | 121.58 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 125 | 0.98 | 0 | 0.39 | 0.19 | 155.94 | 0.96 | 0.41 |
| Hex | 4 | CE | 7D | 62 | 0 | 27 | 13 | 9C | 60 | 29 |
| Octal | 4 | 316 | 175 | 142 | 0 | 47 | 23 | 234 | 140 | 51 |
| Binary | 100 | 11001110 | 1111101 | 1100010 | 0 | 100111 | 10011 | 10011100 | 1100000 | 101001 |
Color Harmonies of #04CE7D
Complementary color
Monochromatic Colors of #04CE7D
Black with #04CE7D
Text Example
Text Example
White with #04CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE7D; }
p { color: rgb(4,206,125); }
H1.HeaderClassName
{
color: #04CE7D;
}
.AnyTagClassName
{
color: #04CE7D;
}
</style>
background-color css
<style>
a { background-color: #04CE7D; }
a { background-color: rgb(4,206,125); }
div.DivClassName
{
background-color: #04CE7D;
}
.BgClassName
{
background-color: #04CE7D;
}
</style>
border-color css
<style>
span { border-color: #04CE7D; }
span { border-color: rgb(4,206,125); }
td.TdClassName
{
border-color: #04CE7D;
}
.TagClassName
{
border-color: #04CE7D;
}
</style>