Shades of Caribbean Green #05CF7C
Tints of Caribbean Green #05CF7C
RGB
CMYK
RGB Variations
Color information
#05CF7C (or 0x05CF7C) is known color: Caribbean Green. HEX triplet: 05, CF and 7C. RGB value is (5,207,124). Sum of RGB (Red+Green+Blue) = 5+207+124=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF7C is #FA3083. Grayscale: #898989. Windows color (decimal): -16396420 or 8179461. OLE color: 8179461.
HSL color Cylindrical-coordinate representation of color #05CF7C: hue angle of 155.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF7C is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 124 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.19 |
| HSL | 155.35º | 0.95% | 0.42% | - |
| HSV(B) | 155.35º | 0.98% | 0.81% | - |
| XYZ | 26.01 | 46.11 | 26.6 | - |
| YUV | 137.14 | 120.58 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 124 | 0.98 | 0 | 0.40 | 0.19 | 155.35 | 0.95 | 0.42 |
| Hex | 5 | CF | 7C | 62 | 0 | 28 | 13 | 9B | 5F | 2A |
| Octal | 5 | 317 | 174 | 142 | 0 | 50 | 23 | 233 | 137 | 52 |
| Binary | 101 | 11001111 | 1111100 | 1100010 | 0 | 101000 | 10011 | 10011011 | 1011111 | 101010 |
Color Harmonies of #05CF7C
Complementary color
Monochromatic Colors of #05CF7C
Black with #05CF7C
Text Example
Text Example
White with #05CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF7C; }
p { color: rgb(5,207,124); }
H1.HeaderClassName
{
color: #05CF7C;
}
.AnyTagClassName
{
color: #05CF7C;
}
</style>
background-color css
<style>
a { background-color: #05CF7C; }
a { background-color: rgb(5,207,124); }
div.DivClassName
{
background-color: #05CF7C;
}
.BgClassName
{
background-color: #05CF7C;
}
</style>
border-color css
<style>
span { border-color: #05CF7C; }
span { border-color: rgb(5,207,124); }
td.TdClassName
{
border-color: #05CF7C;
}
.TagClassName
{
border-color: #05CF7C;
}
</style>