Shades of Caribbean Green #05D079
Tints of Caribbean Green #05D079
RGB
CMYK
RGB Variations
Color information
#05D079 (or 0x05D079) is known color: Caribbean Green. HEX triplet: 05, D0 and 79. RGB value is (5,208,121). Sum of RGB (Red+Green+Blue) = 5+208+121=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #05D079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D079 is #FA2F86. Grayscale: #898989. Windows color (decimal): -16396167 or 7983109. OLE color: 7983109.
HSL color Cylindrical-coordinate representation of color #05D079: hue angle of 154.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D079 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 121 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.18 |
| HSL | 154.29º | 0.95% | 0.42% | - |
| HSV(B) | 154.29º | 0.98% | 0.82% | - |
| XYZ | 26.07 | 46.52 | 25.7 | - |
| YUV | 137.39 | 118.75 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 121 | 0.98 | 0 | 0.42 | 0.18 | 154.29 | 0.95 | 0.42 |
| Hex | 5 | D0 | 79 | 62 | 0 | 2A | 12 | 9A | 5F | 2A |
| Octal | 5 | 320 | 171 | 142 | 0 | 52 | 22 | 232 | 137 | 52 |
| Binary | 101 | 11010000 | 1111001 | 1100010 | 0 | 101010 | 10010 | 10011010 | 1011111 | 101010 |
Color Harmonies of #05D079
Complementary color
Monochromatic Colors of #05D079
Black with #05D079
Text Example
Text Example
White with #05D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D079; }
p { color: rgb(5,208,121); }
H1.HeaderClassName
{
color: #05D079;
}
.AnyTagClassName
{
color: #05D079;
}
</style>
background-color css
<style>
a { background-color: #05D079; }
a { background-color: rgb(5,208,121); }
div.DivClassName
{
background-color: #05D079;
}
.BgClassName
{
background-color: #05D079;
}
</style>
border-color css
<style>
span { border-color: #05D079; }
span { border-color: rgb(5,208,121); }
td.TdClassName
{
border-color: #05D079;
}
.TagClassName
{
border-color: #05D079;
}
</style>