Shades of Caribbean Green #05CE8D
Tints of Caribbean Green #05CE8D
RGB
CMYK
RGB Variations
Color information
#05CE8D (or 0x05CE8D) is known color: Caribbean Green. HEX triplet: 05, CE and 8D. RGB value is (5,206,141). Sum of RGB (Red+Green+Blue) = 5+206+141=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CE8D is #FA3172. Grayscale: #8A8A8A. Windows color (decimal): -16396659 or 9293317. OLE color: 9293317.
HSL color Cylindrical-coordinate representation of color #05CE8D: hue angle of 160.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CE8D is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 141 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.19 |
| HSL | 160.6º | 0.95% | 0.41% | - |
| HSV(B) | 160.6º | 0.98% | 0.81% | - |
| XYZ | 26.94 | 46.1 | 32.68 | - |
| YUV | 138.49 | 129.41 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 141 | 0.98 | 0 | 0.32 | 0.19 | 160.6 | 0.95 | 0.41 |
| Hex | 5 | CE | 8D | 62 | 0 | 20 | 13 | A1 | 5F | 29 |
| Octal | 5 | 316 | 215 | 142 | 0 | 40 | 23 | 241 | 137 | 51 |
| Binary | 101 | 11001110 | 10001101 | 1100010 | 0 | 100000 | 10011 | 10100001 | 1011111 | 101001 |
Color Harmonies of #05CE8D
Complementary color
Monochromatic Colors of #05CE8D
Black with #05CE8D
Text Example
Text Example
White with #05CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE8D; }
p { color: rgb(5,206,141); }
H1.HeaderClassName
{
color: #05CE8D;
}
.AnyTagClassName
{
color: #05CE8D;
}
</style>
background-color css
<style>
a { background-color: #05CE8D; }
a { background-color: rgb(5,206,141); }
div.DivClassName
{
background-color: #05CE8D;
}
.BgClassName
{
background-color: #05CE8D;
}
</style>
border-color css
<style>
span { border-color: #05CE8D; }
span { border-color: rgb(5,206,141); }
td.TdClassName
{
border-color: #05CE8D;
}
.TagClassName
{
border-color: #05CE8D;
}
</style>