Shades of Christi #72BD18
Tints of Christi #72BD18
RGB
CMYK
RGB Variations
Color information
#72BD18 (or 0x72BD18) is known color: Christi. HEX triplet: 72, BD and 18. RGB value is (114,189,24). Sum of RGB (Red+Green+Blue) = 114+189+24=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BD18 is #8D42E7. Grayscale: #949494. Windows color (decimal): -9257704 or 1621362. OLE color: 1621362.
HSL color Cylindrical-coordinate representation of color #72BD18: hue angle of 87.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72BD18 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 24 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.26 |
| HSL | 87.27º | 0.77% | 0.42% | - |
| HSV(B) | 87.27º | 0.87% | 0.74% | - |
| XYZ | 25.3 | 40.04 | 7.26 | - |
| YUV | 147.77 | 58.15 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 24 | 0.40 | 0 | 0.87 | 0.26 | 87.27 | 0.77 | 0.42 |
| Hex | 72 | BD | 18 | 28 | 0 | 57 | 1A | 57 | 4D | 2A |
| Octal | 162 | 275 | 30 | 50 | 0 | 127 | 32 | 127 | 115 | 52 |
| Binary | 1110010 | 10111101 | 11000 | 101000 | 0 | 1010111 | 11010 | 1010111 | 1001101 | 101010 |
Color Harmonies of #72BD18
Complementary color
Monochromatic Colors of #72BD18
Black with #72BD18
Text Example
Text Example
White with #72BD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD18; }
p { color: rgb(114,189,24); }
H1.HeaderClassName
{
color: #72BD18;
}
.AnyTagClassName
{
color: #72BD18;
}
</style>
background-color css
<style>
a { background-color: #72BD18; }
a { background-color: rgb(114,189,24); }
div.DivClassName
{
background-color: #72BD18;
}
.BgClassName
{
background-color: #72BD18;
}
</style>
border-color css
<style>
span { border-color: #72BD18; }
span { border-color: rgb(114,189,24); }
td.TdClassName
{
border-color: #72BD18;
}
.TagClassName
{
border-color: #72BD18;
}
</style>