Shades of Caribbean Green #05D777
Tints of Caribbean Green #05D777
RGB
CMYK
RGB Variations
Color information
#05D777 (or 0x05D777) is known color: Caribbean Green. HEX triplet: 05, D7 and 77. RGB value is (5,215,119). Sum of RGB (Red+Green+Blue) = 5+215+119=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 215 (84.38% from 255 or 63.42% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 215 - color contains mainly: green. Hex color #05D777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D777 is #FA2888. Grayscale: #8D8D8D. Windows color (decimal): -16394377 or 7853829. OLE color: 7853829.
HSL color Cylindrical-coordinate representation of color #05D777: hue angle of 152.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D777 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 215 | 119 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.16 |
| HSL | 152.57º | 0.95% | 0.43% | - |
| HSV(B) | 152.57º | 0.98% | 0.84% | - |
| XYZ | 27.69 | 49.97 | 25.64 | - |
| YUV | 141.27 | 115.43 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 215 | 119 | 0.98 | 0 | 0.45 | 0.16 | 152.57 | 0.95 | 0.43 |
| Hex | 5 | D7 | 77 | 62 | 0 | 2D | 10 | 99 | 5F | 2B |
| Octal | 5 | 327 | 167 | 142 | 0 | 55 | 20 | 231 | 137 | 53 |
| Binary | 101 | 11010111 | 1110111 | 1100010 | 0 | 101101 | 10000 | 10011001 | 1011111 | 101011 |
Color Harmonies of #05D777
Complementary color
Monochromatic Colors of #05D777
Black with #05D777
Text Example
Text Example
White with #05D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D777; }
p { color: rgb(5,215,119); }
H1.HeaderClassName
{
color: #05D777;
}
.AnyTagClassName
{
color: #05D777;
}
</style>
background-color css
<style>
a { background-color: #05D777; }
a { background-color: rgb(5,215,119); }
div.DivClassName
{
background-color: #05D777;
}
.BgClassName
{
background-color: #05D777;
}
</style>
border-color css
<style>
span { border-color: #05D777; }
span { border-color: rgb(5,215,119); }
td.TdClassName
{
border-color: #05D777;
}
.TagClassName
{
border-color: #05D777;
}
</style>