Shades of Christi #74AF00
Tints of Christi #74AF00
RGB
CMYK
RGB Variations
Color information
#74AF00 (or 0x74AF00) is known color: Christi. HEX triplet: 74, AF and 00. RGB value is (116,175,0). Sum of RGB (Red+Green+Blue) = 116+175+0=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AF00 is #8B50FF. Grayscale: #8A8A8A. Windows color (decimal): -9130240 or 44916. OLE color: 44916.
HSL color Cylindrical-coordinate representation of color #74AF00: hue angle of 80.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74AF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.31 |
| HSL | 80.23º | 1% | 0.34% | - |
| HSV(B) | 80.23º | 1% | 0.69% | - |
| XYZ | 22.53 | 34.37 | 5.45 | - |
| YUV | 137.41 | 50.45 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 0 | 0.34 | 0 | 1 | 0.31 | 80.23 | 1 | 0.34 |
| Hex | 74 | AF | 0 | 22 | 0 | 64 | 1F | 50 | 64 | 22 |
| Octal | 164 | 257 | 0 | 42 | 0 | 144 | 37 | 120 | 144 | 42 |
| Binary | 1110100 | 10101111 | 0 | 100010 | 0 | 1100100 | 11111 | 1010000 | 1100100 | 100010 |
Color Harmonies of #74AF00
Complementary color
Monochromatic Colors of #74AF00
Black with #74AF00
Text Example
Text Example
White with #74AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF00; }
p { color: rgb(116,175,0); }
H1.HeaderClassName
{
color: #74AF00;
}
.AnyTagClassName
{
color: #74AF00;
}
</style>
background-color css
<style>
a { background-color: #74AF00; }
a { background-color: rgb(116,175,0); }
div.DivClassName
{
background-color: #74AF00;
}
.BgClassName
{
background-color: #74AF00;
}
</style>
border-color css
<style>
span { border-color: #74AF00; }
span { border-color: rgb(116,175,0); }
td.TdClassName
{
border-color: #74AF00;
}
.TagClassName
{
border-color: #74AF00;
}
</style>