Shades of Caribbean Green #01CF74
Tints of Caribbean Green #01CF74
RGB
CMYK
RGB Variations
Color information
#01CF74 (or 0x01CF74) is known color: Caribbean Green. HEX triplet: 01, CF and 74. RGB value is (1,207,116). Sum of RGB (Red+Green+Blue) = 1+207+116=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CF74 is #FE308B. Grayscale: #878787. Windows color (decimal): -16658572 or 7655169. OLE color: 7655169.
HSL color Cylindrical-coordinate representation of color #01CF74: hue angle of 153.5º 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 #01CF74 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 116 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.19 |
| HSL | 153.5º | 0.99% | 0.41% | - |
| HSV(B) | 153.5º | 1% | 0.81% | - |
| XYZ | 25.48 | 45.89 | 24.04 | - |
| YUV | 135.03 | 117.25 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 116 | 1.00 | 0 | 0.44 | 0.19 | 153.5 | 0.99 | 0.41 |
| Hex | 1 | CF | 74 | 64 | 0 | 2C | 13 | 99 | 63 | 29 |
| Octal | 1 | 317 | 164 | 144 | 0 | 54 | 23 | 231 | 143 | 51 |
| Binary | 1 | 11001111 | 1110100 | 1100100 | 0 | 101100 | 10011 | 10011001 | 1100011 | 101001 |
Color Harmonies of #01CF74
Complementary color
Monochromatic Colors of #01CF74
Black with #01CF74
Text Example
Text Example
White with #01CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF74; }
p { color: rgb(1,207,116); }
H1.HeaderClassName
{
color: #01CF74;
}
.AnyTagClassName
{
color: #01CF74;
}
</style>
background-color css
<style>
a { background-color: #01CF74; }
a { background-color: rgb(1,207,116); }
div.DivClassName
{
background-color: #01CF74;
}
.BgClassName
{
background-color: #01CF74;
}
</style>
border-color css
<style>
span { border-color: #01CF74; }
span { border-color: rgb(1,207,116); }
td.TdClassName
{
border-color: #01CF74;
}
.TagClassName
{
border-color: #01CF74;
}
</style>