Shades of Christi #72B501
Tints of Christi #72B501
RGB
CMYK
RGB Variations
Color information
#72B501 (or 0x72B501) is known color: Christi. HEX triplet: 72, B5 and 01. RGB value is (114,181,1). Sum of RGB (Red+Green+Blue) = 114+181+1=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 181 (71.09% from 255 or 61.15% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 181 - color contains mainly: green. Hex color #72B501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B501 is #8D4AFE. Grayscale: #8D8D8D. Windows color (decimal): -9259775 or 111986. OLE color: 111986.
HSL color Cylindrical-coordinate representation of color #72B501: hue angle of 82.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72B501 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 181 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.29 |
| HSL | 82.33º | 0.99% | 0.36% | - |
| HSV(B) | 82.33º | 0.99% | 0.71% | - |
| XYZ | 23.47 | 36.63 | 5.86 | - |
| YUV | 140.45 | 49.3 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 181 | 1 | 0.37 | 0 | 0.99 | 0.29 | 82.33 | 0.99 | 0.36 |
| Hex | 72 | B5 | 1 | 25 | 0 | 63 | 1D | 52 | 63 | 24 |
| Octal | 162 | 265 | 1 | 45 | 0 | 143 | 35 | 122 | 143 | 44 |
| Binary | 1110010 | 10110101 | 1 | 100101 | 0 | 1100011 | 11101 | 1010010 | 1100011 | 100100 |
Color Harmonies of #72B501
Complementary color
Monochromatic Colors of #72B501
Black with #72B501
Text Example
Text Example
White with #72B501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B501; }
p { color: rgb(114,181,1); }
H1.HeaderClassName
{
color: #72B501;
}
.AnyTagClassName
{
color: #72B501;
}
</style>
background-color css
<style>
a { background-color: #72B501; }
a { background-color: rgb(114,181,1); }
div.DivClassName
{
background-color: #72B501;
}
.BgClassName
{
background-color: #72B501;
}
</style>
border-color css
<style>
span { border-color: #72B501; }
span { border-color: rgb(114,181,1); }
td.TdClassName
{
border-color: #72B501;
}
.TagClassName
{
border-color: #72B501;
}
</style>