Shades of Caribbean Green #05D28E
Tints of Caribbean Green #05D28E
RGB
CMYK
RGB Variations
Color information
#05D28E (or 0x05D28E) is known color: Caribbean Green. HEX triplet: 05, D2 and 8E. RGB value is (5,210,142). Sum of RGB (Red+Green+Blue) = 5+210+142=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #05D28E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D28E is #FA2D71. Grayscale: #8D8D8D. Windows color (decimal): -16395634 or 9359877. OLE color: 9359877.
HSL color Cylindrical-coordinate representation of color #05D28E: hue angle of 160.1º 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 #05D28E is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 142 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.18 |
| HSL | 160.1º | 0.95% | 0.42% | - |
| HSV(B) | 160.1º | 0.98% | 0.82% | - |
| XYZ | 27.99 | 48.08 | 33.4 | - |
| YUV | 140.95 | 128.58 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 142 | 0.98 | 0 | 0.32 | 0.18 | 160.1 | 0.95 | 0.42 |
| Hex | 5 | D2 | 8E | 62 | 0 | 20 | 12 | A0 | 5F | 2A |
| Octal | 5 | 322 | 216 | 142 | 0 | 40 | 22 | 240 | 137 | 52 |
| Binary | 101 | 11010010 | 10001110 | 1100010 | 0 | 100000 | 10010 | 10100000 | 1011111 | 101010 |
Color Harmonies of #05D28E
Complementary color
Monochromatic Colors of #05D28E
Black with #05D28E
Text Example
Text Example
White with #05D28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D28E; }
p { color: rgb(5,210,142); }
H1.HeaderClassName
{
color: #05D28E;
}
.AnyTagClassName
{
color: #05D28E;
}
</style>
background-color css
<style>
a { background-color: #05D28E; }
a { background-color: rgb(5,210,142); }
div.DivClassName
{
background-color: #05D28E;
}
.BgClassName
{
background-color: #05D28E;
}
</style>
border-color css
<style>
span { border-color: #05D28E; }
span { border-color: rgb(5,210,142); }
td.TdClassName
{
border-color: #05D28E;
}
.TagClassName
{
border-color: #05D28E;
}
</style>