Shades of Caribbean Green #05DF86
Tints of Caribbean Green #05DF86
RGB
CMYK
RGB Variations
Color information
#05DF86 (or 0x05DF86) is known color: Caribbean Green. HEX triplet: 05, DF and 86. RGB value is (5,223,134). Sum of RGB (Red+Green+Blue) = 5+223+134=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DF86 is #FA2079. Grayscale: #939393. Windows color (decimal): -16392314 or 8838917. OLE color: 8838917.
HSL color Cylindrical-coordinate representation of color #05DF86: hue angle of 155.5º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF86 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 134 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.13 |
| HSL | 155.5º | 0.96% | 0.45% | - |
| HSV(B) | 155.5º | 0.98% | 0.87% | - |
| XYZ | 30.75 | 54.53 | 31.46 | - |
| YUV | 147.67 | 120.28 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 134 | 0.98 | 0 | 0.40 | 0.13 | 155.5 | 0.96 | 0.45 |
| Hex | 5 | DF | 86 | 62 | 0 | 28 | D | 9C | 60 | 2D |
| Octal | 5 | 337 | 206 | 142 | 0 | 50 | 15 | 234 | 140 | 55 |
| Binary | 101 | 11011111 | 10000110 | 1100010 | 0 | 101000 | 1101 | 10011100 | 1100000 | 101101 |
Color Harmonies of #05DF86
Complementary color
Monochromatic Colors of #05DF86
Black with #05DF86
Text Example
Text Example
White with #05DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF86; }
p { color: rgb(5,223,134); }
H1.HeaderClassName
{
color: #05DF86;
}
.AnyTagClassName
{
color: #05DF86;
}
</style>
background-color css
<style>
a { background-color: #05DF86; }
a { background-color: rgb(5,223,134); }
div.DivClassName
{
background-color: #05DF86;
}
.BgClassName
{
background-color: #05DF86;
}
</style>
border-color css
<style>
span { border-color: #05DF86; }
span { border-color: rgb(5,223,134); }
td.TdClassName
{
border-color: #05DF86;
}
.TagClassName
{
border-color: #05DF86;
}
</style>