Shades of Caribbean Green #05CE7D
Tints of Caribbean Green #05CE7D
RGB
CMYK
RGB Variations
Color information
#05CE7D (or 0x05CE7D) is known color: Caribbean Green. HEX triplet: 05, CE and 7D. RGB value is (5,206,125). Sum of RGB (Red+Green+Blue) = 5+206+125=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CE7D is #FA3182. Grayscale: #888888. Windows color (decimal): -16396675 or 8244741. OLE color: 8244741.
HSL color Cylindrical-coordinate representation of color #05CE7D: hue angle of 155.82º 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 #05CE7D is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 125 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.19 |
| HSL | 155.82º | 0.95% | 0.41% | - |
| HSV(B) | 155.82º | 0.98% | 0.81% | - |
| XYZ | 25.84 | 45.66 | 26.85 | - |
| YUV | 136.67 | 121.41 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 125 | 0.98 | 0 | 0.39 | 0.19 | 155.82 | 0.95 | 0.41 |
| Hex | 5 | CE | 7D | 62 | 0 | 27 | 13 | 9C | 5F | 29 |
| Octal | 5 | 316 | 175 | 142 | 0 | 47 | 23 | 234 | 137 | 51 |
| Binary | 101 | 11001110 | 1111101 | 1100010 | 0 | 100111 | 10011 | 10011100 | 1011111 | 101001 |
Color Harmonies of #05CE7D
Complementary color
Monochromatic Colors of #05CE7D
Black with #05CE7D
Text Example
Text Example
White with #05CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE7D; }
p { color: rgb(5,206,125); }
H1.HeaderClassName
{
color: #05CE7D;
}
.AnyTagClassName
{
color: #05CE7D;
}
</style>
background-color css
<style>
a { background-color: #05CE7D; }
a { background-color: rgb(5,206,125); }
div.DivClassName
{
background-color: #05CE7D;
}
.BgClassName
{
background-color: #05CE7D;
}
</style>
border-color css
<style>
span { border-color: #05CE7D; }
span { border-color: rgb(5,206,125); }
td.TdClassName
{
border-color: #05CE7D;
}
.TagClassName
{
border-color: #05CE7D;
}
</style>