Shades of Caribbean Green #05E095
Tints of Caribbean Green #05E095
RGB
CMYK
RGB Variations
Color information
#05E095 (or 0x05E095) is known color: Caribbean Green. HEX triplet: 05, E0 and 95. RGB value is (5,224,149). Sum of RGB (Red+Green+Blue) = 5+224+149=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #05E095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E095 is #FA1F6A. Grayscale: #969696. Windows color (decimal): -16392043 or 9822213. OLE color: 9822213.
HSL color Cylindrical-coordinate representation of color #05E095: hue angle of 159.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 #05E095 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 149 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.12 |
| HSL | 159.45º | 0.96% | 0.45% | - |
| HSV(B) | 159.45º | 0.98% | 0.88% | - |
| XYZ | 32.14 | 55.51 | 37.45 | - |
| YUV | 149.97 | 127.45 | 24.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 149 | 0.98 | 0 | 0.33 | 0.12 | 159.45 | 0.96 | 0.45 |
| Hex | 5 | E0 | 95 | 62 | 0 | 21 | C | 9F | 60 | 2D |
| Octal | 5 | 340 | 225 | 142 | 0 | 41 | 14 | 237 | 140 | 55 |
| Binary | 101 | 11100000 | 10010101 | 1100010 | 0 | 100001 | 1100 | 10011111 | 1100000 | 101101 |
Color Harmonies of #05E095
Complementary color
Monochromatic Colors of #05E095
Black with #05E095
Text Example
Text Example
White with #05E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E095; }
p { color: rgb(5,224,149); }
H1.HeaderClassName
{
color: #05E095;
}
.AnyTagClassName
{
color: #05E095;
}
</style>
background-color css
<style>
a { background-color: #05E095; }
a { background-color: rgb(5,224,149); }
div.DivClassName
{
background-color: #05E095;
}
.BgClassName
{
background-color: #05E095;
}
</style>
border-color css
<style>
span { border-color: #05E095; }
span { border-color: rgb(5,224,149); }
td.TdClassName
{
border-color: #05E095;
}
.TagClassName
{
border-color: #05E095;
}
</style>