Shades of Caribbean Green #05E186
Tints of Caribbean Green #05E186
RGB
CMYK
RGB Variations
Color information
#05E186 (or 0x05E186) is known color: Caribbean Green. HEX triplet: 05, E1 and 86. RGB value is (5,225,134). Sum of RGB (Red+Green+Blue) = 5+225+134=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #05E186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E186 is #FA1E79. Grayscale: #949494. Windows color (decimal): -16391802 or 8839429. OLE color: 8839429.
HSL color Cylindrical-coordinate representation of color #05E186: hue angle of 155.18º 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 #05E186 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 134 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.12 |
| HSL | 155.18º | 0.96% | 0.45% | - |
| HSV(B) | 155.18º | 0.98% | 0.88% | - |
| XYZ | 31.29 | 55.6 | 31.64 | - |
| YUV | 148.85 | 119.61 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 134 | 0.98 | 0 | 0.40 | 0.12 | 155.18 | 0.96 | 0.45 |
| Hex | 5 | E1 | 86 | 62 | 0 | 28 | C | 9B | 60 | 2D |
| Octal | 5 | 341 | 206 | 142 | 0 | 50 | 14 | 233 | 140 | 55 |
| Binary | 101 | 11100001 | 10000110 | 1100010 | 0 | 101000 | 1100 | 10011011 | 1100000 | 101101 |
Color Harmonies of #05E186
Complementary color
Monochromatic Colors of #05E186
Black with #05E186
Text Example
Text Example
White with #05E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E186; }
p { color: rgb(5,225,134); }
H1.HeaderClassName
{
color: #05E186;
}
.AnyTagClassName
{
color: #05E186;
}
</style>
background-color css
<style>
a { background-color: #05E186; }
a { background-color: rgb(5,225,134); }
div.DivClassName
{
background-color: #05E186;
}
.BgClassName
{
background-color: #05E186;
}
</style>
border-color css
<style>
span { border-color: #05E186; }
span { border-color: rgb(5,225,134); }
td.TdClassName
{
border-color: #05E186;
}
.TagClassName
{
border-color: #05E186;
}
</style>