Shades of Christi #74AF20
Tints of Christi #74AF20
RGB
CMYK
RGB Variations
Color information
#74AF20 (or 0x74AF20) is known color: Christi. HEX triplet: 74, AF and 20. RGB value is (116,175,32). Sum of RGB (Red+Green+Blue) = 116+175+32=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF20 is #8B50DF. Grayscale: #8D8D8D. Windows color (decimal): -9130208 or 2142068. OLE color: 2142068.
HSL color Cylindrical-coordinate representation of color #74AF20: hue angle of 84.76º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74AF20 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 32 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.31 |
| HSL | 84.76º | 0.69% | 0.41% | - |
| HSV(B) | 84.76º | 0.82% | 0.69% | - |
| XYZ | 22.79 | 34.48 | 6.82 | - |
| YUV | 141.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 32 | 0.34 | 0 | 0.82 | 0.31 | 84.76 | 0.69 | 0.41 |
| Hex | 74 | AF | 20 | 22 | 0 | 52 | 1F | 55 | 45 | 29 |
| Octal | 164 | 257 | 40 | 42 | 0 | 122 | 37 | 125 | 105 | 51 |
| Binary | 1110100 | 10101111 | 100000 | 100010 | 0 | 1010010 | 11111 | 1010101 | 1000101 | 101001 |
Color Harmonies of #74AF20
Complementary color
Monochromatic Colors of #74AF20
Black with #74AF20
Text Example
Text Example
White with #74AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF20; }
p { color: rgb(116,175,32); }
H1.HeaderClassName
{
color: #74AF20;
}
.AnyTagClassName
{
color: #74AF20;
}
</style>
background-color css
<style>
a { background-color: #74AF20; }
a { background-color: rgb(116,175,32); }
div.DivClassName
{
background-color: #74AF20;
}
.BgClassName
{
background-color: #74AF20;
}
</style>
border-color css
<style>
span { border-color: #74AF20; }
span { border-color: rgb(116,175,32); }
td.TdClassName
{
border-color: #74AF20;
}
.TagClassName
{
border-color: #74AF20;
}
</style>