Shades of Caribbean Green #05D07E
Tints of Caribbean Green #05D07E
RGB
CMYK
RGB Variations
Color information
#05D07E (or 0x05D07E) is known color: Caribbean Green. HEX triplet: 05, D0 and 7E. RGB value is (5,208,126). Sum of RGB (Red+Green+Blue) = 5+208+126=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #05D07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D07E is #FA2F81. Grayscale: #8A8A8A. Windows color (decimal): -16396162 or 8310789. OLE color: 8310789.
HSL color Cylindrical-coordinate representation of color #05D07E: hue angle of 155.76º 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 #05D07E is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 126 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.18 |
| HSL | 155.76º | 0.95% | 0.42% | - |
| HSV(B) | 155.76º | 0.98% | 0.82% | - |
| XYZ | 26.38 | 46.65 | 27.35 | - |
| YUV | 137.96 | 121.25 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 126 | 0.98 | 0 | 0.39 | 0.18 | 155.76 | 0.95 | 0.42 |
| Hex | 5 | D0 | 7E | 62 | 0 | 27 | 12 | 9C | 5F | 2A |
| Octal | 5 | 320 | 176 | 142 | 0 | 47 | 22 | 234 | 137 | 52 |
| Binary | 101 | 11010000 | 1111110 | 1100010 | 0 | 100111 | 10010 | 10011100 | 1011111 | 101010 |
Color Harmonies of #05D07E
Complementary color
Monochromatic Colors of #05D07E
Black with #05D07E
Text Example
Text Example
White with #05D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D07E; }
p { color: rgb(5,208,126); }
H1.HeaderClassName
{
color: #05D07E;
}
.AnyTagClassName
{
color: #05D07E;
}
</style>
background-color css
<style>
a { background-color: #05D07E; }
a { background-color: rgb(5,208,126); }
div.DivClassName
{
background-color: #05D07E;
}
.BgClassName
{
background-color: #05D07E;
}
</style>
border-color css
<style>
span { border-color: #05D07E; }
span { border-color: rgb(5,208,126); }
td.TdClassName
{
border-color: #05D07E;
}
.TagClassName
{
border-color: #05D07E;
}
</style>