Shades of Caribbean Green #05DC7F
Tints of Caribbean Green #05DC7F
RGB
CMYK
RGB Variations
Color information
#05DC7F (or 0x05DC7F) is known color: Caribbean Green. HEX triplet: 05, DC and 7F. RGB value is (5,220,127). Sum of RGB (Red+Green+Blue) = 5+220+127=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC7F is #FA2380. Grayscale: #919191. Windows color (decimal): -16393089 or 8379397. OLE color: 8379397.
HSL color Cylindrical-coordinate representation of color #05DC7F: hue angle of 154.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC7F is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 127 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.14 |
| HSL | 154.05º | 0.96% | 0.44% | - |
| HSV(B) | 154.05º | 0.98% | 0.86% | - |
| XYZ | 29.49 | 52.75 | 28.71 | - |
| YUV | 145.11 | 117.77 | 28.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 127 | 0.98 | 0 | 0.42 | 0.14 | 154.05 | 0.96 | 0.44 |
| Hex | 5 | DC | 7F | 62 | 0 | 2A | E | 9A | 60 | 2C |
| Octal | 5 | 334 | 177 | 142 | 0 | 52 | 16 | 232 | 140 | 54 |
| Binary | 101 | 11011100 | 1111111 | 1100010 | 0 | 101010 | 1110 | 10011010 | 1100000 | 101100 |
Color Harmonies of #05DC7F
Complementary color
Monochromatic Colors of #05DC7F
Black with #05DC7F
Text Example
Text Example
White with #05DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC7F; }
p { color: rgb(5,220,127); }
H1.HeaderClassName
{
color: #05DC7F;
}
.AnyTagClassName
{
color: #05DC7F;
}
</style>
background-color css
<style>
a { background-color: #05DC7F; }
a { background-color: rgb(5,220,127); }
div.DivClassName
{
background-color: #05DC7F;
}
.BgClassName
{
background-color: #05DC7F;
}
</style>
border-color css
<style>
span { border-color: #05DC7F; }
span { border-color: rgb(5,220,127); }
td.TdClassName
{
border-color: #05DC7F;
}
.TagClassName
{
border-color: #05DC7F;
}
</style>