Shades of Caribbean Green #04BF90
Tints of Caribbean Green #04BF90
RGB
CMYK
RGB Variations
Color information
#04BF90 (or 0x04BF90) is known color: Caribbean Green. HEX triplet: 04, BF and 90. RGB value is (4,191,144). Sum of RGB (Red+Green+Blue) = 4+191+144=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BF90 is #FB406F. Grayscale: #818181. Windows color (decimal): -16466032 or 9486084. OLE color: 9486084.
HSL color Cylindrical-coordinate representation of color #04BF90: hue angle of 164.92º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BF90 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 144 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.25 |
| HSL | 164.92º | 0.96% | 0.38% | - |
| HSV(B) | 164.92º | 0.98% | 0.75% | - |
| XYZ | 23.71 | 39.3 | 32.72 | - |
| YUV | 129.73 | 136.05 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 144 | 0.98 | 0 | 0.25 | 0.25 | 164.92 | 0.96 | 0.38 |
| Hex | 4 | BF | 90 | 62 | 0 | 19 | 19 | A5 | 60 | 26 |
| Octal | 4 | 277 | 220 | 142 | 0 | 31 | 31 | 245 | 140 | 46 |
| Binary | 100 | 10111111 | 10010000 | 1100010 | 0 | 11001 | 11001 | 10100101 | 1100000 | 100110 |
Color Harmonies of #04BF90
Complementary color
Monochromatic Colors of #04BF90
Black with #04BF90
Text Example
Text Example
White with #04BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BF90; }
p { color: rgb(4,191,144); }
H1.HeaderClassName
{
color: #04BF90;
}
.AnyTagClassName
{
color: #04BF90;
}
</style>
background-color css
<style>
a { background-color: #04BF90; }
a { background-color: rgb(4,191,144); }
div.DivClassName
{
background-color: #04BF90;
}
.BgClassName
{
background-color: #04BF90;
}
</style>
border-color css
<style>
span { border-color: #04BF90; }
span { border-color: rgb(4,191,144); }
td.TdClassName
{
border-color: #04BF90;
}
.TagClassName
{
border-color: #04BF90;
}
</style>