Shades of Caribbean Green #05E187
Tints of Caribbean Green #05E187
RGB
CMYK
RGB Variations
Color information
#05E187 (or 0x05E187) is known color: Caribbean Green. HEX triplet: 05, E1 and 87. RGB value is (5,225,135). Sum of RGB (Red+Green+Blue) = 5+225+135=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #05E187 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E187 is #FA1E78. Grayscale: #959595. Windows color (decimal): -16391801 or 8904965. OLE color: 8904965.
HSL color Cylindrical-coordinate representation of color #05E187: hue angle of 155.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E187 is Cyan = 0.98, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 135 | - |
| CMYK | 0.98 | 0 | 0.4 | 0.12 |
| HSL | 155.45º | 0.96% | 0.45% | - |
| HSV(B) | 155.45º | 0.98% | 0.88% | - |
| XYZ | 31.36 | 55.63 | 32.01 | - |
| YUV | 148.96 | 120.11 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 135 | 0.98 | 0 | 0.4 | 0.12 | 155.45 | 0.96 | 0.45 |
| Hex | 5 | E1 | 87 | 62 | 0 | 28 | C | 9B | 60 | 2D |
| Octal | 5 | 341 | 207 | 142 | 0 | 50 | 14 | 233 | 140 | 55 |
| Binary | 101 | 11100001 | 10000111 | 1100010 | 0 | 101000 | 1100 | 10011011 | 1100000 | 101101 |
Color Harmonies of #05E187
Complementary color
Monochromatic Colors of #05E187
Black with #05E187
Text Example
Text Example
White with #05E187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E187; }
p { color: rgb(5,225,135); }
H1.HeaderClassName
{
color: #05E187;
}
.AnyTagClassName
{
color: #05E187;
}
</style>
background-color css
<style>
a { background-color: #05E187; }
a { background-color: rgb(5,225,135); }
div.DivClassName
{
background-color: #05E187;
}
.BgClassName
{
background-color: #05E187;
}
</style>
border-color css
<style>
span { border-color: #05E187; }
span { border-color: rgb(5,225,135); }
td.TdClassName
{
border-color: #05E187;
}
.TagClassName
{
border-color: #05E187;
}
</style>