Shades of Caribbean Green #04CF99
Tints of Caribbean Green #04CF99
RGB
CMYK
RGB Variations
Color information
#04CF99 (or 0x04CF99) is known color: Caribbean Green. HEX triplet: 04, CF and 99. RGB value is (4,207,153). Sum of RGB (Red+Green+Blue) = 4+207+153=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CF99 is #FB3066. Grayscale: #8C8C8C. Windows color (decimal): -16461927 or 10080004. OLE color: 10080004.
HSL color Cylindrical-coordinate representation of color #04CF99: hue angle of 164.04º 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 #04CF99 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 153 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.19 |
| HSL | 164.04º | 0.96% | 0.41% | - |
| HSV(B) | 164.04º | 0.98% | 0.81% | - |
| XYZ | 28.11 | 46.95 | 37.72 | - |
| YUV | 140.15 | 135.25 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 153 | 0.98 | 0 | 0.26 | 0.19 | 164.04 | 0.96 | 0.41 |
| Hex | 4 | CF | 99 | 62 | 0 | 1A | 13 | A4 | 60 | 29 |
| Octal | 4 | 317 | 231 | 142 | 0 | 32 | 23 | 244 | 140 | 51 |
| Binary | 100 | 11001111 | 10011001 | 1100010 | 0 | 11010 | 10011 | 10100100 | 1100000 | 101001 |
Color Harmonies of #04CF99
Complementary color
Monochromatic Colors of #04CF99
Black with #04CF99
Text Example
Text Example
White with #04CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF99; }
p { color: rgb(4,207,153); }
H1.HeaderClassName
{
color: #04CF99;
}
.AnyTagClassName
{
color: #04CF99;
}
</style>
background-color css
<style>
a { background-color: #04CF99; }
a { background-color: rgb(4,207,153); }
div.DivClassName
{
background-color: #04CF99;
}
.BgClassName
{
background-color: #04CF99;
}
</style>
border-color css
<style>
span { border-color: #04CF99; }
span { border-color: rgb(4,207,153); }
td.TdClassName
{
border-color: #04CF99;
}
.TagClassName
{
border-color: #04CF99;
}
</style>