Shades of Christi #72BD20
Tints of Christi #72BD20
RGB
CMYK
RGB Variations
Color information
#72BD20 (or 0x72BD20) is known color: Christi. HEX triplet: 72, BD and 20. RGB value is (114,189,32). Sum of RGB (Red+Green+Blue) = 114+189+32=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BD20 is #8D42DF. Grayscale: #959595. Windows color (decimal): -9257696 or 2145650. OLE color: 2145650.
HSL color Cylindrical-coordinate representation of color #72BD20: hue angle of 88.66º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72BD20 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 32 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.26 |
| HSL | 88.66º | 0.71% | 0.43% | - |
| HSV(B) | 88.66º | 0.83% | 0.74% | - |
| XYZ | 25.4 | 40.08 | 7.76 | - |
| YUV | 148.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 32 | 0.40 | 0 | 0.83 | 0.26 | 88.66 | 0.71 | 0.43 |
| Hex | 72 | BD | 20 | 28 | 0 | 53 | 1A | 59 | 47 | 2B |
| Octal | 162 | 275 | 40 | 50 | 0 | 123 | 32 | 131 | 107 | 53 |
| Binary | 1110010 | 10111101 | 100000 | 101000 | 0 | 1010011 | 11010 | 1011001 | 1000111 | 101011 |
Color Harmonies of #72BD20
Complementary color
Monochromatic Colors of #72BD20
Black with #72BD20
Text Example
Text Example
White with #72BD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD20; }
p { color: rgb(114,189,32); }
H1.HeaderClassName
{
color: #72BD20;
}
.AnyTagClassName
{
color: #72BD20;
}
</style>
background-color css
<style>
a { background-color: #72BD20; }
a { background-color: rgb(114,189,32); }
div.DivClassName
{
background-color: #72BD20;
}
.BgClassName
{
background-color: #72BD20;
}
</style>
border-color css
<style>
span { border-color: #72BD20; }
span { border-color: rgb(114,189,32); }
td.TdClassName
{
border-color: #72BD20;
}
.TagClassName
{
border-color: #72BD20;
}
</style>