Shades of Christi #72B803
Tints of Christi #72B803
RGB
CMYK
RGB Variations
Color information
#72B803 (or 0x72B803) is known color: Christi. HEX triplet: 72, B8 and 03. RGB value is (114,184,3). Sum of RGB (Red+Green+Blue) = 114+184+3=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #72B803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B803 is #8D47FC. Grayscale: #8F8F8F. Windows color (decimal): -9259005 or 243826. OLE color: 243826.
HSL color Cylindrical-coordinate representation of color #72B803: hue angle of 83.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72B803 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 3 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.28 |
| HSL | 83.2º | 0.97% | 0.37% | - |
| HSV(B) | 83.2º | 0.98% | 0.72% | - |
| XYZ | 24.1 | 37.86 | 6.12 | - |
| YUV | 142.44 | 49.31 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 3 | 0.38 | 0 | 0.98 | 0.28 | 83.2 | 0.97 | 0.37 |
| Hex | 72 | B8 | 3 | 26 | 0 | 62 | 1C | 53 | 61 | 25 |
| Octal | 162 | 270 | 3 | 46 | 0 | 142 | 34 | 123 | 141 | 45 |
| Binary | 1110010 | 10111000 | 11 | 100110 | 0 | 1100010 | 11100 | 1010011 | 1100001 | 100101 |
Color Harmonies of #72B803
Complementary color
Monochromatic Colors of #72B803
Black with #72B803
Text Example
Text Example
White with #72B803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B803; }
p { color: rgb(114,184,3); }
H1.HeaderClassName
{
color: #72B803;
}
.AnyTagClassName
{
color: #72B803;
}
</style>
background-color css
<style>
a { background-color: #72B803; }
a { background-color: rgb(114,184,3); }
div.DivClassName
{
background-color: #72B803;
}
.BgClassName
{
background-color: #72B803;
}
</style>
border-color css
<style>
span { border-color: #72B803; }
span { border-color: rgb(114,184,3); }
td.TdClassName
{
border-color: #72B803;
}
.TagClassName
{
border-color: #72B803;
}
</style>