Shades of Caribbean Green #08CF85
Tints of Caribbean Green #08CF85
RGB
CMYK
RGB Variations
Color information
#08CF85 (or 0x08CF85) is known color: Caribbean Green. HEX triplet: 08, CF and 85. RGB value is (8,207,133). Sum of RGB (Red+Green+Blue) = 8+207+133=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CF85 is #F7307A. Grayscale: #8B8B8B. Windows color (decimal): -16199803 or 8769288. OLE color: 8769288.
HSL color Cylindrical-coordinate representation of color #08CF85: hue angle of 157.69º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF85 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 133 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.19 |
| HSL | 157.69º | 0.93% | 0.42% | - |
| HSV(B) | 157.69º | 0.96% | 0.81% | - |
| XYZ | 26.65 | 46.37 | 29.74 | - |
| YUV | 139.06 | 124.57 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 133 | 0.96 | 0 | 0.36 | 0.19 | 157.69 | 0.93 | 0.42 |
| Hex | 8 | CF | 85 | 60 | 0 | 24 | 13 | 9E | 5D | 2A |
| Octal | 10 | 317 | 205 | 140 | 0 | 44 | 23 | 236 | 135 | 52 |
| Binary | 1000 | 11001111 | 10000101 | 1100000 | 0 | 100100 | 10011 | 10011110 | 1011101 | 101010 |
Color Harmonies of #08CF85
Complementary color
Monochromatic Colors of #08CF85
Black with #08CF85
Text Example
Text Example
White with #08CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF85; }
p { color: rgb(8,207,133); }
H1.HeaderClassName
{
color: #08CF85;
}
.AnyTagClassName
{
color: #08CF85;
}
</style>
background-color css
<style>
a { background-color: #08CF85; }
a { background-color: rgb(8,207,133); }
div.DivClassName
{
background-color: #08CF85;
}
.BgClassName
{
background-color: #08CF85;
}
</style>
border-color css
<style>
span { border-color: #08CF85; }
span { border-color: rgb(8,207,133); }
td.TdClassName
{
border-color: #08CF85;
}
.TagClassName
{
border-color: #08CF85;
}
</style>