Shades of Christi #72BC1D
Tints of Christi #72BC1D
RGB
CMYK
RGB Variations
Color information
#72BC1D (or 0x72BC1D) is known color: Christi. HEX triplet: 72, BC and 1D. RGB value is (114,188,29). Sum of RGB (Red+Green+Blue) = 114+188+29=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC1D is #8D43E2. Grayscale: #949494. Windows color (decimal): -9257955 or 1948786. OLE color: 1948786.
HSL color Cylindrical-coordinate representation of color #72BC1D: hue angle of 87.92º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72BC1D is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 29 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.26 |
| HSL | 87.92º | 0.73% | 0.43% | - |
| HSV(B) | 87.92º | 0.85% | 0.74% | - |
| XYZ | 25.14 | 39.63 | 7.49 | - |
| YUV | 147.75 | 60.98 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 29 | 0.39 | 0 | 0.85 | 0.26 | 87.92 | 0.73 | 0.43 |
| Hex | 72 | BC | 1D | 27 | 0 | 55 | 1A | 58 | 49 | 2B |
| Octal | 162 | 274 | 35 | 47 | 0 | 125 | 32 | 130 | 111 | 53 |
| Binary | 1110010 | 10111100 | 11101 | 100111 | 0 | 1010101 | 11010 | 1011000 | 1001001 | 101011 |
Color Harmonies of #72BC1D
Complementary color
Monochromatic Colors of #72BC1D
Black with #72BC1D
Text Example
Text Example
White with #72BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC1D; }
p { color: rgb(114,188,29); }
H1.HeaderClassName
{
color: #72BC1D;
}
.AnyTagClassName
{
color: #72BC1D;
}
</style>
background-color css
<style>
a { background-color: #72BC1D; }
a { background-color: rgb(114,188,29); }
div.DivClassName
{
background-color: #72BC1D;
}
.BgClassName
{
background-color: #72BC1D;
}
</style>
border-color css
<style>
span { border-color: #72BC1D; }
span { border-color: rgb(114,188,29); }
td.TdClassName
{
border-color: #72BC1D;
}
.TagClassName
{
border-color: #72BC1D;
}
</style>