Shades of Caribbean Green #04C985
Tints of Caribbean Green #04C985
RGB
CMYK
RGB Variations
Color information
#04C985 (or 0x04C985) is known color: Caribbean Green. HEX triplet: 04, C9 and 85. RGB value is (4,201,133). Sum of RGB (Red+Green+Blue) = 4+201+133=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #04C985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C985 is #FB367A. Grayscale: #868686. Windows color (decimal): -16463483 or 8767748. OLE color: 8767748.
HSL color Cylindrical-coordinate representation of color #04C985: hue angle of 159.29º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C985 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 201 | 133 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.21 |
| HSL | 159.29º | 0.96% | 0.4% | - |
| HSV(B) | 159.29º | 0.98% | 0.79% | - |
| XYZ | 25.17 | 43.49 | 29.26 | - |
| YUV | 134.35 | 127.23 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 201 | 133 | 0.98 | 0 | 0.34 | 0.21 | 159.29 | 0.96 | 0.4 |
| Hex | 4 | C9 | 85 | 62 | 0 | 22 | 15 | 9F | 60 | 28 |
| Octal | 4 | 311 | 205 | 142 | 0 | 42 | 25 | 237 | 140 | 50 |
| Binary | 100 | 11001001 | 10000101 | 1100010 | 0 | 100010 | 10101 | 10011111 | 1100000 | 101000 |
Color Harmonies of #04C985
Complementary color
Monochromatic Colors of #04C985
Black with #04C985
Text Example
Text Example
White with #04C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C985; }
p { color: rgb(4,201,133); }
H1.HeaderClassName
{
color: #04C985;
}
.AnyTagClassName
{
color: #04C985;
}
</style>
background-color css
<style>
a { background-color: #04C985; }
a { background-color: rgb(4,201,133); }
div.DivClassName
{
background-color: #04C985;
}
.BgClassName
{
background-color: #04C985;
}
</style>
border-color css
<style>
span { border-color: #04C985; }
span { border-color: rgb(4,201,133); }
td.TdClassName
{
border-color: #04C985;
}
.TagClassName
{
border-color: #04C985;
}
</style>