Shades of Caribbean Green #01CF7F
Tints of Caribbean Green #01CF7F
RGB
CMYK
RGB Variations
Color information
#01CF7F (or 0x01CF7F) is known color: Caribbean Green. HEX triplet: 01, CF and 7F. RGB value is (1,207,127). Sum of RGB (Red+Green+Blue) = 1+207+127=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF7F is #FE3080. Grayscale: #888888. Windows color (decimal): -16658561 or 8376065. OLE color: 8376065.
HSL color Cylindrical-coordinate representation of color #01CF7F: hue angle of 156.7º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF7F is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 127 | - |
| CMYK | 1.00 | 0 | 0.39 | 0.19 |
| HSL | 156.7º | 0.99% | 0.41% | - |
| HSV(B) | 156.7º | 1% | 0.81% | - |
| XYZ | 26.16 | 46.16 | 27.61 | - |
| YUV | 136.29 | 122.75 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 127 | 1.00 | 0 | 0.39 | 0.19 | 156.7 | 0.99 | 0.41 |
| Hex | 1 | CF | 7F | 64 | 0 | 27 | 13 | 9D | 63 | 29 |
| Octal | 1 | 317 | 177 | 144 | 0 | 47 | 23 | 235 | 143 | 51 |
| Binary | 1 | 11001111 | 1111111 | 1100100 | 0 | 100111 | 10011 | 10011101 | 1100011 | 101001 |
Color Harmonies of #01CF7F
Complementary color
Monochromatic Colors of #01CF7F
Black with #01CF7F
Text Example
Text Example
White with #01CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF7F; }
p { color: rgb(1,207,127); }
H1.HeaderClassName
{
color: #01CF7F;
}
.AnyTagClassName
{
color: #01CF7F;
}
</style>
background-color css
<style>
a { background-color: #01CF7F; }
a { background-color: rgb(1,207,127); }
div.DivClassName
{
background-color: #01CF7F;
}
.BgClassName
{
background-color: #01CF7F;
}
</style>
border-color css
<style>
span { border-color: #01CF7F; }
span { border-color: rgb(1,207,127); }
td.TdClassName
{
border-color: #01CF7F;
}
.TagClassName
{
border-color: #01CF7F;
}
</style>