Shades of Christi #7DA304
Tints of Christi #7DA304
RGB
CMYK
RGB Variations
Color information
#7DA304 (or 0x7DA304) is known color: Christi. HEX triplet: 7D, A3 and 04. RGB value is (125,163,4). Sum of RGB (Red+Green+Blue) = 125+163+4=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA304 is #825CFB. Grayscale: #868686. Windows color (decimal): -8543484 or 303997. OLE color: 303997.
HSL color Cylindrical-coordinate representation of color #7DA304: hue angle of 74.34º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DA304 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.36 |
| HSL | 74.34º | 0.95% | 0.33% | - |
| HSV(B) | 74.34º | 0.98% | 0.64% | - |
| XYZ | 21.58 | 30.56 | 4.88 | - |
| YUV | 133.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 4 | 0.23 | 0 | 0.98 | 0.36 | 74.34 | 0.95 | 0.33 |
| Hex | 7D | A3 | 4 | 17 | 0 | 62 | 24 | 4A | 5F | 21 |
| Octal | 175 | 243 | 4 | 27 | 0 | 142 | 44 | 112 | 137 | 41 |
| Binary | 1111101 | 10100011 | 100 | 10111 | 0 | 1100010 | 100100 | 1001010 | 1011111 | 100001 |
Color Harmonies of #7DA304
Complementary color
Monochromatic Colors of #7DA304
Black with #7DA304
Text Example
Text Example
White with #7DA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA304; }
p { color: rgb(125,163,4); }
H1.HeaderClassName
{
color: #7DA304;
}
.AnyTagClassName
{
color: #7DA304;
}
</style>
background-color css
<style>
a { background-color: #7DA304; }
a { background-color: rgb(125,163,4); }
div.DivClassName
{
background-color: #7DA304;
}
.BgClassName
{
background-color: #7DA304;
}
</style>
border-color css
<style>
span { border-color: #7DA304; }
span { border-color: rgb(125,163,4); }
td.TdClassName
{
border-color: #7DA304;
}
.TagClassName
{
border-color: #7DA304;
}
</style>