Shades of Caribbean Green #05D992
Tints of Caribbean Green #05D992
RGB
CMYK
RGB Variations
Color information
#05D992 (or 0x05D992) is known color: Caribbean Green. HEX triplet: 05, D9 and 92. RGB value is (5,217,146). Sum of RGB (Red+Green+Blue) = 5+217+146=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #05D992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D992 is #FA266D. Grayscale: #919191. Windows color (decimal): -16393838 or 9623813. OLE color: 9623813.
HSL color Cylindrical-coordinate representation of color #05D992: hue angle of 159.91º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D992 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 146 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.15 |
| HSL | 159.91º | 0.95% | 0.44% | - |
| HSV(B) | 159.91º | 0.98% | 0.85% | - |
| XYZ | 30.06 | 51.73 | 35.6 | - |
| YUV | 145.52 | 128.26 | 27.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 146 | 0.98 | 0 | 0.33 | 0.15 | 159.91 | 0.95 | 0.44 |
| Hex | 5 | D9 | 92 | 62 | 0 | 21 | F | A0 | 5F | 2C |
| Octal | 5 | 331 | 222 | 142 | 0 | 41 | 17 | 240 | 137 | 54 |
| Binary | 101 | 11011001 | 10010010 | 1100010 | 0 | 100001 | 1111 | 10100000 | 1011111 | 101100 |
Color Harmonies of #05D992
Complementary color
Monochromatic Colors of #05D992
Black with #05D992
Text Example
Text Example
White with #05D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D992; }
p { color: rgb(5,217,146); }
H1.HeaderClassName
{
color: #05D992;
}
.AnyTagClassName
{
color: #05D992;
}
</style>
background-color css
<style>
a { background-color: #05D992; }
a { background-color: rgb(5,217,146); }
div.DivClassName
{
background-color: #05D992;
}
.BgClassName
{
background-color: #05D992;
}
</style>
border-color css
<style>
span { border-color: #05D992; }
span { border-color: rgb(5,217,146); }
td.TdClassName
{
border-color: #05D992;
}
.TagClassName
{
border-color: #05D992;
}
</style>