Shades of Caribbean Green #08D277
Tints of Caribbean Green #08D277
RGB
CMYK
RGB Variations
Color information
#08D277 (or 0x08D277) is known color: Caribbean Green. HEX triplet: 08, D2 and 77. RGB value is (8,210,119). Sum of RGB (Red+Green+Blue) = 8+210+119=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #08D277 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D277 is #F72D88. Grayscale: #8B8B8B. Windows color (decimal): -16199049 or 7852552. OLE color: 7852552.
HSL color Cylindrical-coordinate representation of color #08D277: hue angle of 152.97º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D277 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 210 | 119 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.18 |
| HSL | 152.97º | 0.93% | 0.43% | - |
| HSV(B) | 152.97º | 0.96% | 0.82% | - |
| XYZ | 26.48 | 47.48 | 25.22 | - |
| YUV | 139.23 | 116.58 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 210 | 119 | 0.96 | 0 | 0.43 | 0.18 | 152.97 | 0.93 | 0.43 |
| Hex | 8 | D2 | 77 | 60 | 0 | 2B | 12 | 99 | 5D | 2B |
| Octal | 10 | 322 | 167 | 140 | 0 | 53 | 22 | 231 | 135 | 53 |
| Binary | 1000 | 11010010 | 1110111 | 1100000 | 0 | 101011 | 10010 | 10011001 | 1011101 | 101011 |
Color Harmonies of #08D277
Complementary color
Monochromatic Colors of #08D277
Black with #08D277
Text Example
Text Example
White with #08D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D277; }
p { color: rgb(8,210,119); }
H1.HeaderClassName
{
color: #08D277;
}
.AnyTagClassName
{
color: #08D277;
}
</style>
background-color css
<style>
a { background-color: #08D277; }
a { background-color: rgb(8,210,119); }
div.DivClassName
{
background-color: #08D277;
}
.BgClassName
{
background-color: #08D277;
}
</style>
border-color css
<style>
span { border-color: #08D277; }
span { border-color: rgb(8,210,119); }
td.TdClassName
{
border-color: #08D277;
}
.TagClassName
{
border-color: #08D277;
}
</style>