Shades of Caribbean Green #05CF9C
Tints of Caribbean Green #05CF9C
RGB
CMYK
RGB Variations
Color information
#05CF9C (or 0x05CF9C) is known color: Caribbean Green. HEX triplet: 05, CF and 9C. RGB value is (5,207,156). Sum of RGB (Red+Green+Blue) = 5+207+156=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CF9C is #FA3063. Grayscale: #8C8C8C. Windows color (decimal): -16396388 or 10276613. OLE color: 10276613.
HSL color Cylindrical-coordinate representation of color #05CF9C: hue angle of 164.85º 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 #05CF9C is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 156 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.19 |
| HSL | 164.85º | 0.95% | 0.42% | - |
| HSV(B) | 164.85º | 0.98% | 0.81% | - |
| XYZ | 28.38 | 47.06 | 39.04 | - |
| YUV | 140.79 | 136.58 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 156 | 0.98 | 0 | 0.25 | 0.19 | 164.85 | 0.95 | 0.42 |
| Hex | 5 | CF | 9C | 62 | 0 | 19 | 13 | A5 | 5F | 2A |
| Octal | 5 | 317 | 234 | 142 | 0 | 31 | 23 | 245 | 137 | 52 |
| Binary | 101 | 11001111 | 10011100 | 1100010 | 0 | 11001 | 10011 | 10100101 | 1011111 | 101010 |
Color Harmonies of #05CF9C
Complementary color
Monochromatic Colors of #05CF9C
Black with #05CF9C
Text Example
Text Example
White with #05CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF9C; }
p { color: rgb(5,207,156); }
H1.HeaderClassName
{
color: #05CF9C;
}
.AnyTagClassName
{
color: #05CF9C;
}
</style>
background-color css
<style>
a { background-color: #05CF9C; }
a { background-color: rgb(5,207,156); }
div.DivClassName
{
background-color: #05CF9C;
}
.BgClassName
{
background-color: #05CF9C;
}
</style>
border-color css
<style>
span { border-color: #05CF9C; }
span { border-color: rgb(5,207,156); }
td.TdClassName
{
border-color: #05CF9C;
}
.TagClassName
{
border-color: #05CF9C;
}
</style>