Shades of Christi #72AF28
Tints of Christi #72AF28
RGB
CMYK
RGB Variations
Color information
#72AF28 (or 0x72AF28) is known color: Christi. HEX triplet: 72, AF and 28. RGB value is (114,175,40). Sum of RGB (Red+Green+Blue) = 114+175+40=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AF28 is #8D50D7. Grayscale: #8D8D8D. Windows color (decimal): -9261272 or 2666354. OLE color: 2666354.
HSL color Cylindrical-coordinate representation of color #72AF28: hue angle of 87.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72AF28 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 175 | 40 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.31 |
| HSL | 87.11º | 0.63% | 0.42% | - |
| HSV(B) | 87.11º | 0.77% | 0.69% | - |
| XYZ | 22.65 | 34.39 | 7.45 | - |
| YUV | 141.37 | 70.79 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 40 | 0.35 | 0 | 0.77 | 0.31 | 87.11 | 0.63 | 0.42 |
| Hex | 72 | AF | 28 | 23 | 0 | 4D | 1F | 57 | 3F | 2A |
| Octal | 162 | 257 | 50 | 43 | 0 | 115 | 37 | 127 | 77 | 52 |
| Binary | 1110010 | 10101111 | 101000 | 100011 | 0 | 1001101 | 11111 | 1010111 | 111111 | 101010 |
Color Harmonies of #72AF28
Complementary color
Monochromatic Colors of #72AF28
Black with #72AF28
Text Example
Text Example
White with #72AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AF28; }
p { color: rgb(114,175,40); }
H1.HeaderClassName
{
color: #72AF28;
}
.AnyTagClassName
{
color: #72AF28;
}
</style>
background-color css
<style>
a { background-color: #72AF28; }
a { background-color: rgb(114,175,40); }
div.DivClassName
{
background-color: #72AF28;
}
.BgClassName
{
background-color: #72AF28;
}
</style>
border-color css
<style>
span { border-color: #72AF28; }
span { border-color: rgb(114,175,40); }
td.TdClassName
{
border-color: #72AF28;
}
.TagClassName
{
border-color: #72AF28;
}
</style>