Shades of Caribbean Green #08D077
Tints of Caribbean Green #08D077
RGB
CMYK
RGB Variations
Color information
#08D077 (or 0x08D077) is known color: Caribbean Green. HEX triplet: 08, D0 and 77. RGB value is (8,208,119). Sum of RGB (Red+Green+Blue) = 8+208+119=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #08D077 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D077 is #F72F88. Grayscale: #8A8A8A. Windows color (decimal): -16199561 or 7852040. OLE color: 7852040.
HSL color Cylindrical-coordinate representation of color #08D077: hue angle of 153.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D077 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 119 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.18 |
| HSL | 153.3º | 0.93% | 0.42% | - |
| HSV(B) | 153.3º | 0.96% | 0.82% | - |
| XYZ | 25.99 | 46.5 | 25.06 | - |
| YUV | 138.05 | 117.24 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 119 | 0.96 | 0 | 0.43 | 0.18 | 153.3 | 0.93 | 0.42 |
| Hex | 8 | D0 | 77 | 60 | 0 | 2B | 12 | 99 | 5D | 2A |
| Octal | 10 | 320 | 167 | 140 | 0 | 53 | 22 | 231 | 135 | 52 |
| Binary | 1000 | 11010000 | 1110111 | 1100000 | 0 | 101011 | 10010 | 10011001 | 1011101 | 101010 |
Color Harmonies of #08D077
Complementary color
Monochromatic Colors of #08D077
Black with #08D077
Text Example
Text Example
White with #08D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D077; }
p { color: rgb(8,208,119); }
H1.HeaderClassName
{
color: #08D077;
}
.AnyTagClassName
{
color: #08D077;
}
</style>
background-color css
<style>
a { background-color: #08D077; }
a { background-color: rgb(8,208,119); }
div.DivClassName
{
background-color: #08D077;
}
.BgClassName
{
background-color: #08D077;
}
</style>
border-color css
<style>
span { border-color: #08D077; }
span { border-color: rgb(8,208,119); }
td.TdClassName
{
border-color: #08D077;
}
.TagClassName
{
border-color: #08D077;
}
</style>