Shades of Caribbean Green #08DF88
Tints of Caribbean Green #08DF88
RGB
CMYK
RGB Variations
Color information
#08DF88 (or 0x08DF88) is known color: Caribbean Green. HEX triplet: 08, DF and 88. RGB value is (8,223,136). Sum of RGB (Red+Green+Blue) = 8+223+136=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DF88 is #F72077. Grayscale: #949494. Windows color (decimal): -16195704 or 8969992. OLE color: 8969992.
HSL color Cylindrical-coordinate representation of color #08DF88: hue angle of 155.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DF88 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 136 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.13 |
| HSL | 155.72º | 0.93% | 0.45% | - |
| HSV(B) | 155.72º | 0.96% | 0.87% | - |
| XYZ | 30.93 | 54.6 | 32.2 | - |
| YUV | 148.8 | 120.77 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 136 | 0.96 | 0 | 0.39 | 0.13 | 155.72 | 0.93 | 0.45 |
| Hex | 8 | DF | 88 | 60 | 0 | 27 | D | 9C | 5D | 2D |
| Octal | 10 | 337 | 210 | 140 | 0 | 47 | 15 | 234 | 135 | 55 |
| Binary | 1000 | 11011111 | 10001000 | 1100000 | 0 | 100111 | 1101 | 10011100 | 1011101 | 101101 |
Color Harmonies of #08DF88
Complementary color
Monochromatic Colors of #08DF88
Black with #08DF88
Text Example
Text Example
White with #08DF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF88; }
p { color: rgb(8,223,136); }
H1.HeaderClassName
{
color: #08DF88;
}
.AnyTagClassName
{
color: #08DF88;
}
</style>
background-color css
<style>
a { background-color: #08DF88; }
a { background-color: rgb(8,223,136); }
div.DivClassName
{
background-color: #08DF88;
}
.BgClassName
{
background-color: #08DF88;
}
</style>
border-color css
<style>
span { border-color: #08DF88; }
span { border-color: rgb(8,223,136); }
td.TdClassName
{
border-color: #08DF88;
}
.TagClassName
{
border-color: #08DF88;
}
</style>