Shades of Christi #74AF1C
Tints of Christi #74AF1C
RGB
CMYK
RGB Variations
Color information
#74AF1C (or 0x74AF1C) is known color: Christi. HEX triplet: 74, AF and 1C. RGB value is (116,175,28). Sum of RGB (Red+Green+Blue) = 116+175+28=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF1C is #8B50E3. Grayscale: #8D8D8D. Windows color (decimal): -9130212 or 1879924. OLE color: 1879924.
HSL color Cylindrical-coordinate representation of color #74AF1C: hue angle of 84.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74AF1C is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 28 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.31 |
| HSL | 84.08º | 0.72% | 0.4% | - |
| HSV(B) | 84.08º | 0.84% | 0.69% | - |
| XYZ | 22.74 | 34.46 | 6.55 | - |
| YUV | 140.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 28 | 0.34 | 0 | 0.84 | 0.31 | 84.08 | 0.72 | 0.4 |
| Hex | 74 | AF | 1C | 22 | 0 | 54 | 1F | 54 | 48 | 28 |
| Octal | 164 | 257 | 34 | 42 | 0 | 124 | 37 | 124 | 110 | 50 |
| Binary | 1110100 | 10101111 | 11100 | 100010 | 0 | 1010100 | 11111 | 1010100 | 1001000 | 101000 |
Color Harmonies of #74AF1C
Complementary color
Monochromatic Colors of #74AF1C
Black with #74AF1C
Text Example
Text Example
White with #74AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF1C; }
p { color: rgb(116,175,28); }
H1.HeaderClassName
{
color: #74AF1C;
}
.AnyTagClassName
{
color: #74AF1C;
}
</style>
background-color css
<style>
a { background-color: #74AF1C; }
a { background-color: rgb(116,175,28); }
div.DivClassName
{
background-color: #74AF1C;
}
.BgClassName
{
background-color: #74AF1C;
}
</style>
border-color css
<style>
span { border-color: #74AF1C; }
span { border-color: rgb(116,175,28); }
td.TdClassName
{
border-color: #74AF1C;
}
.TagClassName
{
border-color: #74AF1C;
}
</style>