Shades of Caribbean Green #05E08D
Tints of Caribbean Green #05E08D
RGB
CMYK
RGB Variations
Color information
#05E08D (or 0x05E08D) is known color: Caribbean Green. HEX triplet: 05, E0 and 8D. RGB value is (5,224,141). Sum of RGB (Red+Green+Blue) = 5+224+141=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #05E08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E08D is #FA1F72. Grayscale: #959595. Windows color (decimal): -16392051 or 9297925. OLE color: 9297925.
HSL color Cylindrical-coordinate representation of color #05E08D: hue angle of 157.26º 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 #05E08D is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 141 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.12 |
| HSL | 157.26º | 0.96% | 0.45% | - |
| HSV(B) | 157.26º | 0.98% | 0.88% | - |
| XYZ | 31.53 | 55.27 | 34.21 | - |
| YUV | 149.06 | 123.45 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 141 | 0.98 | 0 | 0.37 | 0.12 | 157.26 | 0.96 | 0.45 |
| Hex | 5 | E0 | 8D | 62 | 0 | 25 | C | 9D | 60 | 2D |
| Octal | 5 | 340 | 215 | 142 | 0 | 45 | 14 | 235 | 140 | 55 |
| Binary | 101 | 11100000 | 10001101 | 1100010 | 0 | 100101 | 1100 | 10011101 | 1100000 | 101101 |
Color Harmonies of #05E08D
Complementary color
Monochromatic Colors of #05E08D
Black with #05E08D
Text Example
Text Example
White with #05E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E08D; }
p { color: rgb(5,224,141); }
H1.HeaderClassName
{
color: #05E08D;
}
.AnyTagClassName
{
color: #05E08D;
}
</style>
background-color css
<style>
a { background-color: #05E08D; }
a { background-color: rgb(5,224,141); }
div.DivClassName
{
background-color: #05E08D;
}
.BgClassName
{
background-color: #05E08D;
}
</style>
border-color css
<style>
span { border-color: #05E08D; }
span { border-color: rgb(5,224,141); }
td.TdClassName
{
border-color: #05E08D;
}
.TagClassName
{
border-color: #05E08D;
}
</style>