Shades of Christi #7DA403
Tints of Christi #7DA403
RGB
CMYK
RGB Variations
Color information
#7DA403 (or 0x7DA403) is known color: Christi. HEX triplet: 7D, A4 and 03. RGB value is (125,164,3). Sum of RGB (Red+Green+Blue) = 125+164+3=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA403 is #825BFC. Grayscale: #868686. Windows color (decimal): -8543229 or 238717. OLE color: 238717.
HSL color Cylindrical-coordinate representation of color #7DA403: hue angle of 74.53º degrees, saturation: 0.96, 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 #7DA403 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 3 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.36 |
| HSL | 74.53º | 0.96% | 0.33% | - |
| HSV(B) | 74.53º | 0.98% | 0.64% | - |
| XYZ | 21.75 | 30.92 | 4.91 | - |
| YUV | 133.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 3 | 0.24 | 0 | 0.98 | 0.36 | 74.53 | 0.96 | 0.33 |
| Hex | 7D | A4 | 3 | 18 | 0 | 62 | 24 | 4B | 60 | 21 |
| Octal | 175 | 244 | 3 | 30 | 0 | 142 | 44 | 113 | 140 | 41 |
| Binary | 1111101 | 10100100 | 11 | 11000 | 0 | 1100010 | 100100 | 1001011 | 1100000 | 100001 |
Color Harmonies of #7DA403
Complementary color
Monochromatic Colors of #7DA403
Black with #7DA403
Text Example
Text Example
White with #7DA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA403; }
p { color: rgb(125,164,3); }
H1.HeaderClassName
{
color: #7DA403;
}
.AnyTagClassName
{
color: #7DA403;
}
</style>
background-color css
<style>
a { background-color: #7DA403; }
a { background-color: rgb(125,164,3); }
div.DivClassName
{
background-color: #7DA403;
}
.BgClassName
{
background-color: #7DA403;
}
</style>
border-color css
<style>
span { border-color: #7DA403; }
span { border-color: rgb(125,164,3); }
td.TdClassName
{
border-color: #7DA403;
}
.TagClassName
{
border-color: #7DA403;
}
</style>