Shades of Caribbean Green #05DF9E
Tints of Caribbean Green #05DF9E
RGB
CMYK
RGB Variations
Color information
#05DF9E (or 0x05DF9E) is known color: Caribbean Green. HEX triplet: 05, DF and 9E. RGB value is (5,223,158). Sum of RGB (Red+Green+Blue) = 5+223+158=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DF9E is #FA2061. Grayscale: #969696. Windows color (decimal): -16392290 or 10411781. OLE color: 10411781.
HSL color Cylindrical-coordinate representation of color #05DF9E: hue angle of 162.11º 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 #05DF9E is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 158 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.13 |
| HSL | 162.11º | 0.96% | 0.45% | - |
| HSV(B) | 162.11º | 0.98% | 0.87% | - |
| XYZ | 32.62 | 55.28 | 41.3 | - |
| YUV | 150.41 | 132.28 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 158 | 0.98 | 0 | 0.29 | 0.13 | 162.11 | 0.96 | 0.45 |
| Hex | 5 | DF | 9E | 62 | 0 | 1D | D | A2 | 60 | 2D |
| Octal | 5 | 337 | 236 | 142 | 0 | 35 | 15 | 242 | 140 | 55 |
| Binary | 101 | 11011111 | 10011110 | 1100010 | 0 | 11101 | 1101 | 10100010 | 1100000 | 101101 |
Color Harmonies of #05DF9E
Complementary color
Monochromatic Colors of #05DF9E
Black with #05DF9E
Text Example
Text Example
White with #05DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF9E; }
p { color: rgb(5,223,158); }
H1.HeaderClassName
{
color: #05DF9E;
}
.AnyTagClassName
{
color: #05DF9E;
}
</style>
background-color css
<style>
a { background-color: #05DF9E; }
a { background-color: rgb(5,223,158); }
div.DivClassName
{
background-color: #05DF9E;
}
.BgClassName
{
background-color: #05DF9E;
}
</style>
border-color css
<style>
span { border-color: #05DF9E; }
span { border-color: rgb(5,223,158); }
td.TdClassName
{
border-color: #05DF9E;
}
.TagClassName
{
border-color: #05DF9E;
}
</style>