Shades of Caribbean Green #05D477
Tints of Caribbean Green #05D477
RGB
CMYK
RGB Variations
Color information
#05D477 (or 0x05D477) is known color: Caribbean Green. HEX triplet: 05, D4 and 77. RGB value is (5,212,119). Sum of RGB (Red+Green+Blue) = 5+212+119=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #05D477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D477 is #FA2B88. Grayscale: #8B8B8B. Windows color (decimal): -16395145 or 7853061. OLE color: 7853061.
HSL color Cylindrical-coordinate representation of color #05D477: hue angle of 153.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D477 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 212 | 119 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.17 |
| HSL | 153.04º | 0.95% | 0.43% | - |
| HSV(B) | 153.04º | 0.98% | 0.83% | - |
| XYZ | 26.94 | 48.45 | 25.39 | - |
| YUV | 139.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 212 | 119 | 0.98 | 0 | 0.44 | 0.17 | 153.04 | 0.95 | 0.43 |
| Hex | 5 | D4 | 77 | 62 | 0 | 2C | 11 | 99 | 5F | 2B |
| Octal | 5 | 324 | 167 | 142 | 0 | 54 | 21 | 231 | 137 | 53 |
| Binary | 101 | 11010100 | 1110111 | 1100010 | 0 | 101100 | 10001 | 10011001 | 1011111 | 101011 |
Color Harmonies of #05D477
Complementary color
Monochromatic Colors of #05D477
Black with #05D477
Text Example
Text Example
White with #05D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D477; }
p { color: rgb(5,212,119); }
H1.HeaderClassName
{
color: #05D477;
}
.AnyTagClassName
{
color: #05D477;
}
</style>
background-color css
<style>
a { background-color: #05D477; }
a { background-color: rgb(5,212,119); }
div.DivClassName
{
background-color: #05D477;
}
.BgClassName
{
background-color: #05D477;
}
</style>
border-color css
<style>
span { border-color: #05D477; }
span { border-color: rgb(5,212,119); }
td.TdClassName
{
border-color: #05D477;
}
.TagClassName
{
border-color: #05D477;
}
</style>