Shades of Christi #7DAE03
Tints of Christi #7DAE03
RGB
CMYK
RGB Variations
Color information
#7DAE03 (or 0x7DAE03) is known color: Christi. HEX triplet: 7D, AE and 03. RGB value is (125,174,3). Sum of RGB (Red+Green+Blue) = 125+174+3=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE03 is #8251FC. Grayscale: #8C8C8C. Windows color (decimal): -8540669 or 241277. OLE color: 241277.
HSL color Cylindrical-coordinate representation of color #7DAE03: hue angle of 77.19º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DAE03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.32 |
| HSL | 77.19º | 0.97% | 0.35% | - |
| HSV(B) | 77.19º | 0.98% | 0.68% | - |
| XYZ | 23.61 | 34.64 | 5.53 | - |
| YUV | 139.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 3 | 0.28 | 0 | 0.98 | 0.32 | 77.19 | 0.97 | 0.35 |
| Hex | 7D | AE | 3 | 1C | 0 | 62 | 20 | 4D | 61 | 23 |
| Octal | 175 | 256 | 3 | 34 | 0 | 142 | 40 | 115 | 141 | 43 |
| Binary | 1111101 | 10101110 | 11 | 11100 | 0 | 1100010 | 100000 | 1001101 | 1100001 | 100011 |
Color Harmonies of #7DAE03
Complementary color
Monochromatic Colors of #7DAE03
Black with #7DAE03
Text Example
Text Example
White with #7DAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE03; }
p { color: rgb(125,174,3); }
H1.HeaderClassName
{
color: #7DAE03;
}
.AnyTagClassName
{
color: #7DAE03;
}
</style>
background-color css
<style>
a { background-color: #7DAE03; }
a { background-color: rgb(125,174,3); }
div.DivClassName
{
background-color: #7DAE03;
}
.BgClassName
{
background-color: #7DAE03;
}
</style>
border-color css
<style>
span { border-color: #7DAE03; }
span { border-color: rgb(125,174,3); }
td.TdClassName
{
border-color: #7DAE03;
}
.TagClassName
{
border-color: #7DAE03;
}
</style>