Shades of Christi #72CC0F
Tints of Christi #72CC0F
RGB
CMYK
RGB Variations
Color information
#72CC0F (or 0x72CC0F) is known color: Christi. HEX triplet: 72, CC and 0F. RGB value is (114,204,15). Sum of RGB (Red+Green+Blue) = 114+204+15=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 204 (80.08% from 255 or 61.26% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CC0F is #8D33F0. Grayscale: #9C9C9C. Windows color (decimal): -9253873 or 1035378. OLE color: 1035378.
HSL color Cylindrical-coordinate representation of color #72CC0F: hue angle of 88.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72CC0F is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 204 | 15 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.2 |
| HSL | 88.57º | 0.86% | 0.43% | - |
| HSV(B) | 88.57º | 0.93% | 0.8% | - |
| XYZ | 28.62 | 46.8 | 7.98 | - |
| YUV | 155.54 | 48.68 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 15 | 0.44 | 0 | 0.93 | 0.2 | 88.57 | 0.86 | 0.43 |
| Hex | 72 | CC | F | 2C | 0 | 5D | 14 | 59 | 56 | 2B |
| Octal | 162 | 314 | 17 | 54 | 0 | 135 | 24 | 131 | 126 | 53 |
| Binary | 1110010 | 11001100 | 1111 | 101100 | 0 | 1011101 | 10100 | 1011001 | 1010110 | 101011 |
Color Harmonies of #72CC0F
Complementary color
Monochromatic Colors of #72CC0F
Black with #72CC0F
Text Example
Text Example
White with #72CC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CC0F; }
p { color: rgb(114,204,15); }
H1.HeaderClassName
{
color: #72CC0F;
}
.AnyTagClassName
{
color: #72CC0F;
}
</style>
background-color css
<style>
a { background-color: #72CC0F; }
a { background-color: rgb(114,204,15); }
div.DivClassName
{
background-color: #72CC0F;
}
.BgClassName
{
background-color: #72CC0F;
}
</style>
border-color css
<style>
span { border-color: #72CC0F; }
span { border-color: rgb(114,204,15); }
td.TdClassName
{
border-color: #72CC0F;
}
.TagClassName
{
border-color: #72CC0F;
}
</style>