Shades of Caribbean Green #05D580
Tints of Caribbean Green #05D580
RGB
CMYK
RGB Variations
Color information
#05D580 (or 0x05D580) is known color: Caribbean Green. HEX triplet: 05, D5 and 80. RGB value is (5,213,128). Sum of RGB (Red+Green+Blue) = 5+213+128=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #05D580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D580 is #FA2A7F. Grayscale: #8D8D8D. Windows color (decimal): -16394880 or 8443141. OLE color: 8443141.
HSL color Cylindrical-coordinate representation of color #05D580: hue angle of 155.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D580 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 128 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.16 |
| HSL | 155.48º | 0.95% | 0.43% | - |
| HSV(B) | 155.48º | 0.98% | 0.84% | - |
| XYZ | 27.75 | 49.18 | 28.45 | - |
| YUV | 141.12 | 120.59 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 128 | 0.98 | 0 | 0.40 | 0.16 | 155.48 | 0.95 | 0.43 |
| Hex | 5 | D5 | 80 | 62 | 0 | 28 | 10 | 9B | 5F | 2B |
| Octal | 5 | 325 | 200 | 142 | 0 | 50 | 20 | 233 | 137 | 53 |
| Binary | 101 | 11010101 | 10000000 | 1100010 | 0 | 101000 | 10000 | 10011011 | 1011111 | 101011 |
Color Harmonies of #05D580
Complementary color
Monochromatic Colors of #05D580
Black with #05D580
Text Example
Text Example
White with #05D580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D580; }
p { color: rgb(5,213,128); }
H1.HeaderClassName
{
color: #05D580;
}
.AnyTagClassName
{
color: #05D580;
}
</style>
background-color css
<style>
a { background-color: #05D580; }
a { background-color: rgb(5,213,128); }
div.DivClassName
{
background-color: #05D580;
}
.BgClassName
{
background-color: #05D580;
}
</style>
border-color css
<style>
span { border-color: #05D580; }
span { border-color: rgb(5,213,128); }
td.TdClassName
{
border-color: #05D580;
}
.TagClassName
{
border-color: #05D580;
}
</style>