Shades of Christi #72C30B
Tints of Christi #72C30B
RGB
CMYK
RGB Variations
Color information
#72C30B (or 0x72C30B) is known color: Christi. HEX triplet: 72, C3 and 0B. RGB value is (114,195,11). Sum of RGB (Red+Green+Blue) = 114+195+11=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #72C30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C30B is #8D3CF4. Grayscale: #969696. Windows color (decimal): -9256181 or 770930. OLE color: 770930.
HSL color Cylindrical-coordinate representation of color #72C30B: hue angle of 86.41º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72C30B is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 11 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.24 |
| HSL | 86.41º | 0.89% | 0.4% | - |
| HSV(B) | 86.41º | 0.94% | 0.76% | - |
| XYZ | 26.51 | 42.63 | 7.15 | - |
| YUV | 149.81 | 49.66 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 11 | 0.42 | 0 | 0.94 | 0.24 | 86.41 | 0.89 | 0.4 |
| Hex | 72 | C3 | B | 2A | 0 | 5E | 18 | 56 | 59 | 28 |
| Octal | 162 | 303 | 13 | 52 | 0 | 136 | 30 | 126 | 131 | 50 |
| Binary | 1110010 | 11000011 | 1011 | 101010 | 0 | 1011110 | 11000 | 1010110 | 1011001 | 101000 |
Color Harmonies of #72C30B
Complementary color
Monochromatic Colors of #72C30B
Black with #72C30B
Text Example
Text Example
White with #72C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C30B; }
p { color: rgb(114,195,11); }
H1.HeaderClassName
{
color: #72C30B;
}
.AnyTagClassName
{
color: #72C30B;
}
</style>
background-color css
<style>
a { background-color: #72C30B; }
a { background-color: rgb(114,195,11); }
div.DivClassName
{
background-color: #72C30B;
}
.BgClassName
{
background-color: #72C30B;
}
</style>
border-color css
<style>
span { border-color: #72C30B; }
span { border-color: rgb(114,195,11); }
td.TdClassName
{
border-color: #72C30B;
}
.TagClassName
{
border-color: #72C30B;
}
</style>