Shades of Caribbean Green #05D080
Tints of Caribbean Green #05D080
RGB
CMYK
RGB Variations
Color information
#05D080 (or 0x05D080) is known color: Caribbean Green. HEX triplet: 05, D0 and 80. RGB value is (5,208,128). Sum of RGB (Red+Green+Blue) = 5+208+128=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #05D080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D080 is #FA2F7F. Grayscale: #8A8A8A. Windows color (decimal): -16396160 or 8441861. OLE color: 8441861.
HSL color Cylindrical-coordinate representation of color #05D080: hue angle of 156.35º 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 #05D080 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 128 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.18 |
| HSL | 156.35º | 0.95% | 0.42% | - |
| HSV(B) | 156.35º | 0.98% | 0.82% | - |
| XYZ | 26.51 | 46.7 | 28.04 | - |
| YUV | 138.18 | 122.25 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 128 | 0.98 | 0 | 0.38 | 0.18 | 156.35 | 0.95 | 0.42 |
| Hex | 5 | D0 | 80 | 62 | 0 | 26 | 12 | 9C | 5F | 2A |
| Octal | 5 | 320 | 200 | 142 | 0 | 46 | 22 | 234 | 137 | 52 |
| Binary | 101 | 11010000 | 10000000 | 1100010 | 0 | 100110 | 10010 | 10011100 | 1011111 | 101010 |
Color Harmonies of #05D080
Complementary color
Monochromatic Colors of #05D080
Black with #05D080
Text Example
Text Example
White with #05D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D080; }
p { color: rgb(5,208,128); }
H1.HeaderClassName
{
color: #05D080;
}
.AnyTagClassName
{
color: #05D080;
}
</style>
background-color css
<style>
a { background-color: #05D080; }
a { background-color: rgb(5,208,128); }
div.DivClassName
{
background-color: #05D080;
}
.BgClassName
{
background-color: #05D080;
}
</style>
border-color css
<style>
span { border-color: #05D080; }
span { border-color: rgb(5,208,128); }
td.TdClassName
{
border-color: #05D080;
}
.TagClassName
{
border-color: #05D080;
}
</style>