Shades of Jade #00CF72
Tints of Jade #00CF72
RGB
CMYK
RGB Variations
Color information
#00CF72 (or 0x00CF72) is known color: Jade. HEX triplet: 00, CF and 72. RGB value is (0,207,114). Sum of RGB (Red+Green+Blue) = 0+207+114=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CF72 is #FF308D. Grayscale: #868686. Windows color (decimal): -16724110 or 7524096. OLE color: 7524096.
HSL color Cylindrical-coordinate representation of color #00CF72: hue angle of 153.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF72 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 114 | - |
| CMYK | 1 | 0 | 0.45 | 0.19 |
| HSL | 153.04º | 1% | 0.41% | - |
| HSV(B) | 153.04º | 1% | 0.81% | - |
| XYZ | 25.35 | 45.84 | 23.43 | - |
| YUV | 134.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 114 | 1 | 0 | 0.45 | 0.19 | 153.04 | 1 | 0.41 |
| Hex | 0 | CF | 72 | 64 | 0 | 2D | 13 | 99 | 64 | 29 |
| Octal | 0 | 317 | 162 | 144 | 0 | 55 | 23 | 231 | 144 | 51 |
| Binary | 0 | 11001111 | 1110010 | 1100100 | 0 | 101101 | 10011 | 10011001 | 1100100 | 101001 |
Color Harmonies of #00CF72
Complementary color
Monochromatic Colors of #00CF72
Black with #00CF72
Text Example
Text Example
White with #00CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF72; }
p { color: rgb(0,207,114); }
H1.HeaderClassName
{
color: #00CF72;
}
.AnyTagClassName
{
color: #00CF72;
}
</style>
background-color css
<style>
a { background-color: #00CF72; }
a { background-color: rgb(0,207,114); }
div.DivClassName
{
background-color: #00CF72;
}
.BgClassName
{
background-color: #00CF72;
}
</style>
border-color css
<style>
span { border-color: #00CF72; }
span { border-color: rgb(0,207,114); }
td.TdClassName
{
border-color: #00CF72;
}
.TagClassName
{
border-color: #00CF72;
}
</style>