Shades of Christi #7CAF02
Tints of Christi #7CAF02
RGB
CMYK
RGB Variations
Color information
#7CAF02 (or 0x7CAF02) is known color: Christi. HEX triplet: 7C, AF and 02. RGB value is (124,175,2). Sum of RGB (Red+Green+Blue) = 124+175+2=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAF02 is #8350FD. Grayscale: #8C8C8C. Windows color (decimal): -8605950 or 175996. OLE color: 175996.
HSL color Cylindrical-coordinate representation of color #7CAF02: hue angle of 77.69º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CAF02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.31 |
| HSL | 77.69º | 0.98% | 0.35% | - |
| HSV(B) | 77.69º | 0.99% | 0.69% | - |
| XYZ | 23.65 | 34.95 | 5.56 | - |
| YUV | 140.03 | 50.1 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 2 | 0.29 | 0 | 0.99 | 0.31 | 77.69 | 0.98 | 0.35 |
| Hex | 7C | AF | 2 | 1D | 0 | 63 | 1F | 4E | 62 | 23 |
| Octal | 174 | 257 | 2 | 35 | 0 | 143 | 37 | 116 | 142 | 43 |
| Binary | 1111100 | 10101111 | 10 | 11101 | 0 | 1100011 | 11111 | 1001110 | 1100010 | 100011 |
Color Harmonies of #7CAF02
Complementary color
Monochromatic Colors of #7CAF02
Black with #7CAF02
Text Example
Text Example
White with #7CAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF02; }
p { color: rgb(124,175,2); }
H1.HeaderClassName
{
color: #7CAF02;
}
.AnyTagClassName
{
color: #7CAF02;
}
</style>
background-color css
<style>
a { background-color: #7CAF02; }
a { background-color: rgb(124,175,2); }
div.DivClassName
{
background-color: #7CAF02;
}
.BgClassName
{
background-color: #7CAF02;
}
</style>
border-color css
<style>
span { border-color: #7CAF02; }
span { border-color: rgb(124,175,2); }
td.TdClassName
{
border-color: #7CAF02;
}
.TagClassName
{
border-color: #7CAF02;
}
</style>