Shades of Caribbean Green #05CE7C
Tints of Caribbean Green #05CE7C
RGB
CMYK
RGB Variations
Color information
#05CE7C (or 0x05CE7C) is known color: Caribbean Green. HEX triplet: 05, CE and 7C. RGB value is (5,206,124). Sum of RGB (Red+Green+Blue) = 5+206+124=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CE7C is #FA3183. Grayscale: #888888. Windows color (decimal): -16396676 or 8179205. OLE color: 8179205.
HSL color Cylindrical-coordinate representation of color #05CE7C: hue angle of 155.52º 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 #05CE7C is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 124 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.19 |
| HSL | 155.52º | 0.95% | 0.41% | - |
| HSV(B) | 155.52º | 0.98% | 0.81% | - |
| XYZ | 25.77 | 45.63 | 26.52 | - |
| YUV | 136.55 | 120.91 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 124 | 0.98 | 0 | 0.40 | 0.19 | 155.52 | 0.95 | 0.41 |
| Hex | 5 | CE | 7C | 62 | 0 | 28 | 13 | 9C | 5F | 29 |
| Octal | 5 | 316 | 174 | 142 | 0 | 50 | 23 | 234 | 137 | 51 |
| Binary | 101 | 11001110 | 1111100 | 1100010 | 0 | 101000 | 10011 | 10011100 | 1011111 | 101001 |
Color Harmonies of #05CE7C
Complementary color
Monochromatic Colors of #05CE7C
Black with #05CE7C
Text Example
Text Example
White with #05CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE7C; }
p { color: rgb(5,206,124); }
H1.HeaderClassName
{
color: #05CE7C;
}
.AnyTagClassName
{
color: #05CE7C;
}
</style>
background-color css
<style>
a { background-color: #05CE7C; }
a { background-color: rgb(5,206,124); }
div.DivClassName
{
background-color: #05CE7C;
}
.BgClassName
{
background-color: #05CE7C;
}
</style>
border-color css
<style>
span { border-color: #05CE7C; }
span { border-color: rgb(5,206,124); }
td.TdClassName
{
border-color: #05CE7C;
}
.TagClassName
{
border-color: #05CE7C;
}
</style>