Shades of Christi #7AB502
Tints of Christi #7AB502
RGB
CMYK
RGB Variations
Color information
#7AB502 (or 0x7AB502) is known color: Christi. HEX triplet: 7A, B5 and 02. RGB value is (122,181,2). Sum of RGB (Red+Green+Blue) = 122+181+2=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB502 is #854AFD. Grayscale: #8F8F8F. Windows color (decimal): -8735486 or 177530. OLE color: 177530.
HSL color Cylindrical-coordinate representation of color #7AB502: hue angle of 79.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AB502 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.29 |
| HSL | 79.78º | 0.98% | 0.36% | - |
| HSV(B) | 79.78º | 0.99% | 0.71% | - |
| XYZ | 24.56 | 37.19 | 5.94 | - |
| YUV | 142.95 | 48.45 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 2 | 0.33 | 0 | 0.99 | 0.29 | 79.78 | 0.98 | 0.36 |
| Hex | 7A | B5 | 2 | 21 | 0 | 63 | 1D | 50 | 62 | 24 |
| Octal | 172 | 265 | 2 | 41 | 0 | 143 | 35 | 120 | 142 | 44 |
| Binary | 1111010 | 10110101 | 10 | 100001 | 0 | 1100011 | 11101 | 1010000 | 1100010 | 100100 |
Color Harmonies of #7AB502
Complementary color
Monochromatic Colors of #7AB502
Black with #7AB502
Text Example
Text Example
White with #7AB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB502; }
p { color: rgb(122,181,2); }
H1.HeaderClassName
{
color: #7AB502;
}
.AnyTagClassName
{
color: #7AB502;
}
</style>
background-color css
<style>
a { background-color: #7AB502; }
a { background-color: rgb(122,181,2); }
div.DivClassName
{
background-color: #7AB502;
}
.BgClassName
{
background-color: #7AB502;
}
</style>
border-color css
<style>
span { border-color: #7AB502; }
span { border-color: rgb(122,181,2); }
td.TdClassName
{
border-color: #7AB502;
}
.TagClassName
{
border-color: #7AB502;
}
</style>