Shades of Caribbean Green #04CF7D
Tints of Caribbean Green #04CF7D
RGB
CMYK
RGB Variations
Color information
#04CF7D (or 0x04CF7D) is known color: Caribbean Green. HEX triplet: 04, CF and 7D. RGB value is (4,207,125). Sum of RGB (Red+Green+Blue) = 4+207+125=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF7D is #FB3082. Grayscale: #898989. Windows color (decimal): -16461955 or 8244996. OLE color: 8244996.
HSL color Cylindrical-coordinate representation of color #04CF7D: hue angle of 155.76º 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 #04CF7D is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 125 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.19 |
| HSL | 155.76º | 0.96% | 0.41% | - |
| HSV(B) | 155.76º | 0.98% | 0.81% | - |
| XYZ | 26.06 | 46.13 | 26.93 | - |
| YUV | 136.96 | 121.25 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 125 | 0.98 | 0 | 0.40 | 0.19 | 155.76 | 0.96 | 0.41 |
| Hex | 4 | CF | 7D | 62 | 0 | 28 | 13 | 9C | 60 | 29 |
| Octal | 4 | 317 | 175 | 142 | 0 | 50 | 23 | 234 | 140 | 51 |
| Binary | 100 | 11001111 | 1111101 | 1100010 | 0 | 101000 | 10011 | 10011100 | 1100000 | 101001 |
Color Harmonies of #04CF7D
Complementary color
Monochromatic Colors of #04CF7D
Black with #04CF7D
Text Example
Text Example
White with #04CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF7D; }
p { color: rgb(4,207,125); }
H1.HeaderClassName
{
color: #04CF7D;
}
.AnyTagClassName
{
color: #04CF7D;
}
</style>
background-color css
<style>
a { background-color: #04CF7D; }
a { background-color: rgb(4,207,125); }
div.DivClassName
{
background-color: #04CF7D;
}
.BgClassName
{
background-color: #04CF7D;
}
</style>
border-color css
<style>
span { border-color: #04CF7D; }
span { border-color: rgb(4,207,125); }
td.TdClassName
{
border-color: #04CF7D;
}
.TagClassName
{
border-color: #04CF7D;
}
</style>