Shades of Caribbean Green #08CF81
Tints of Caribbean Green #08CF81
RGB
CMYK
RGB Variations
Color information
#08CF81 (or 0x08CF81) is known color: Caribbean Green. HEX triplet: 08, CF and 81. RGB value is (8,207,129). Sum of RGB (Red+Green+Blue) = 8+207+129=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CF81 is #F7307E. Grayscale: #8A8A8A. Windows color (decimal): -16199807 or 8507144. OLE color: 8507144.
HSL color Cylindrical-coordinate representation of color #08CF81: hue angle of 156.48º 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 #08CF81 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 129 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.19 |
| HSL | 156.48º | 0.93% | 0.42% | - |
| HSV(B) | 156.48º | 0.96% | 0.81% | - |
| XYZ | 26.38 | 46.26 | 28.31 | - |
| YUV | 138.61 | 122.57 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 129 | 0.96 | 0 | 0.38 | 0.19 | 156.48 | 0.93 | 0.42 |
| Hex | 8 | CF | 81 | 60 | 0 | 26 | 13 | 9C | 5D | 2A |
| Octal | 10 | 317 | 201 | 140 | 0 | 46 | 23 | 234 | 135 | 52 |
| Binary | 1000 | 11001111 | 10000001 | 1100000 | 0 | 100110 | 10011 | 10011100 | 1011101 | 101010 |
Color Harmonies of #08CF81
Complementary color
Monochromatic Colors of #08CF81
Black with #08CF81
Text Example
Text Example
White with #08CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF81; }
p { color: rgb(8,207,129); }
H1.HeaderClassName
{
color: #08CF81;
}
.AnyTagClassName
{
color: #08CF81;
}
</style>
background-color css
<style>
a { background-color: #08CF81; }
a { background-color: rgb(8,207,129); }
div.DivClassName
{
background-color: #08CF81;
}
.BgClassName
{
background-color: #08CF81;
}
</style>
border-color css
<style>
span { border-color: #08CF81; }
span { border-color: rgb(8,207,129); }
td.TdClassName
{
border-color: #08CF81;
}
.TagClassName
{
border-color: #08CF81;
}
</style>