Shades of Caribbean Green #04CF93
Tints of Caribbean Green #04CF93
RGB
CMYK
RGB Variations
Color information
#04CF93 (or 0x04CF93) is known color: Caribbean Green. HEX triplet: 04, CF and 93. RGB value is (4,207,147). Sum of RGB (Red+Green+Blue) = 4+207+147=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CF93 is #FB306C. Grayscale: #8B8B8B. Windows color (decimal): -16461933 or 9686788. OLE color: 9686788.
HSL color Cylindrical-coordinate representation of color #04CF93: hue angle of 162.27º 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 #04CF93 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 147 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.19 |
| HSL | 162.27º | 0.96% | 0.41% | - |
| HSV(B) | 162.27º | 0.98% | 0.81% | - |
| XYZ | 27.63 | 46.76 | 35.17 | - |
| YUV | 139.46 | 132.25 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 147 | 0.98 | 0 | 0.29 | 0.19 | 162.27 | 0.96 | 0.41 |
| Hex | 4 | CF | 93 | 62 | 0 | 1D | 13 | A2 | 60 | 29 |
| Octal | 4 | 317 | 223 | 142 | 0 | 35 | 23 | 242 | 140 | 51 |
| Binary | 100 | 11001111 | 10010011 | 1100010 | 0 | 11101 | 10011 | 10100010 | 1100000 | 101001 |
Color Harmonies of #04CF93
Complementary color
Monochromatic Colors of #04CF93
Black with #04CF93
Text Example
Text Example
White with #04CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF93; }
p { color: rgb(4,207,147); }
H1.HeaderClassName
{
color: #04CF93;
}
.AnyTagClassName
{
color: #04CF93;
}
</style>
background-color css
<style>
a { background-color: #04CF93; }
a { background-color: rgb(4,207,147); }
div.DivClassName
{
background-color: #04CF93;
}
.BgClassName
{
background-color: #04CF93;
}
</style>
border-color css
<style>
span { border-color: #04CF93; }
span { border-color: rgb(4,207,147); }
td.TdClassName
{
border-color: #04CF93;
}
.TagClassName
{
border-color: #04CF93;
}
</style>