Shades of Christi #74AD10
Tints of Christi #74AD10
RGB
CMYK
RGB Variations
Color information
#74AD10 (or 0x74AD10) is known color: Christi. HEX triplet: 74, AD and 10. RGB value is (116,173,16). Sum of RGB (Red+Green+Blue) = 116+173+16=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AD10 is #8B52EF. Grayscale: #8A8A8A. Windows color (decimal): -9130736 or 1092980. OLE color: 1092980.
HSL color Cylindrical-coordinate representation of color #74AD10: hue angle of 81.78º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74AD10 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 16 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.32 |
| HSL | 81.78º | 0.83% | 0.37% | - |
| HSV(B) | 81.78º | 0.91% | 0.68% | - |
| XYZ | 22.24 | 33.64 | 5.81 | - |
| YUV | 138.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 16 | 0.33 | 0 | 0.91 | 0.32 | 81.78 | 0.83 | 0.37 |
| Hex | 74 | AD | 10 | 21 | 0 | 5B | 20 | 52 | 53 | 25 |
| Octal | 164 | 255 | 20 | 41 | 0 | 133 | 40 | 122 | 123 | 45 |
| Binary | 1110100 | 10101101 | 10000 | 100001 | 0 | 1011011 | 100000 | 1010010 | 1010011 | 100101 |
Color Harmonies of #74AD10
Complementary color
Monochromatic Colors of #74AD10
Black with #74AD10
Text Example
Text Example
White with #74AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD10; }
p { color: rgb(116,173,16); }
H1.HeaderClassName
{
color: #74AD10;
}
.AnyTagClassName
{
color: #74AD10;
}
</style>
background-color css
<style>
a { background-color: #74AD10; }
a { background-color: rgb(116,173,16); }
div.DivClassName
{
background-color: #74AD10;
}
.BgClassName
{
background-color: #74AD10;
}
</style>
border-color css
<style>
span { border-color: #74AD10; }
span { border-color: rgb(116,173,16); }
td.TdClassName
{
border-color: #74AD10;
}
.TagClassName
{
border-color: #74AD10;
}
</style>