Shades of Caribbean Green #05E18A
Tints of Caribbean Green #05E18A
RGB
CMYK
RGB Variations
Color information
#05E18A (or 0x05E18A) is known color: Caribbean Green. HEX triplet: 05, E1 and 8A. RGB value is (5,225,138). Sum of RGB (Red+Green+Blue) = 5+225+138=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #05E18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E18A is #FA1E75. Grayscale: #959595. Windows color (decimal): -16391798 or 9101573. OLE color: 9101573.
HSL color Cylindrical-coordinate representation of color #05E18A: hue angle of 156.27º 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 #05E18A is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 138 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.12 |
| HSL | 156.27º | 0.96% | 0.45% | - |
| HSV(B) | 156.27º | 0.98% | 0.88% | - |
| XYZ | 31.58 | 55.72 | 33.14 | - |
| YUV | 149.3 | 121.61 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 138 | 0.98 | 0 | 0.39 | 0.12 | 156.27 | 0.96 | 0.45 |
| Hex | 5 | E1 | 8A | 62 | 0 | 27 | C | 9C | 60 | 2D |
| Octal | 5 | 341 | 212 | 142 | 0 | 47 | 14 | 234 | 140 | 55 |
| Binary | 101 | 11100001 | 10001010 | 1100010 | 0 | 100111 | 1100 | 10011100 | 1100000 | 101101 |
Color Harmonies of #05E18A
Complementary color
Monochromatic Colors of #05E18A
Black with #05E18A
Text Example
Text Example
White with #05E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E18A; }
p { color: rgb(5,225,138); }
H1.HeaderClassName
{
color: #05E18A;
}
.AnyTagClassName
{
color: #05E18A;
}
</style>
background-color css
<style>
a { background-color: #05E18A; }
a { background-color: rgb(5,225,138); }
div.DivClassName
{
background-color: #05E18A;
}
.BgClassName
{
background-color: #05E18A;
}
</style>
border-color css
<style>
span { border-color: #05E18A; }
span { border-color: rgb(5,225,138); }
td.TdClassName
{
border-color: #05E18A;
}
.TagClassName
{
border-color: #05E18A;
}
</style>