Shades of Christi #72D008
Tints of Christi #72D008
RGB
CMYK
RGB Variations
Color information
#72D008 (or 0x72D008) is known color: Christi. HEX triplet: 72, D0 and 08. RGB value is (114,208,8). Sum of RGB (Red+Green+Blue) = 114+208+8=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #72D008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D008 is #8D2FF7. Grayscale: #9D9D9D. Windows color (decimal): -9252856 or 577650. OLE color: 577650.
HSL color Cylindrical-coordinate representation of color #72D008: hue angle of 88.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72D008 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 208 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.18 |
| HSL | 88.2º | 0.93% | 0.42% | - |
| HSV(B) | 88.2º | 0.96% | 0.82% | - |
| XYZ | 29.54 | 48.71 | 8.07 | - |
| YUV | 157.09 | 43.86 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 8 | 0.45 | 0 | 0.96 | 0.18 | 88.2 | 0.93 | 0.42 |
| Hex | 72 | D0 | 8 | 2D | 0 | 60 | 12 | 58 | 5D | 2A |
| Octal | 162 | 320 | 10 | 55 | 0 | 140 | 22 | 130 | 135 | 52 |
| Binary | 1110010 | 11010000 | 1000 | 101101 | 0 | 1100000 | 10010 | 1011000 | 1011101 | 101010 |
Color Harmonies of #72D008
Complementary color
Monochromatic Colors of #72D008
Black with #72D008
Text Example
Text Example
White with #72D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D008; }
p { color: rgb(114,208,8); }
H1.HeaderClassName
{
color: #72D008;
}
.AnyTagClassName
{
color: #72D008;
}
</style>
background-color css
<style>
a { background-color: #72D008; }
a { background-color: rgb(114,208,8); }
div.DivClassName
{
background-color: #72D008;
}
.BgClassName
{
background-color: #72D008;
}
</style>
border-color css
<style>
span { border-color: #72D008; }
span { border-color: rgb(114,208,8); }
td.TdClassName
{
border-color: #72D008;
}
.TagClassName
{
border-color: #72D008;
}
</style>