Shades of Christi #7DAF01
Tints of Christi #7DAF01
RGB
CMYK
RGB Variations
Color information
#7DAF01 (or 0x7DAF01) is known color: Christi. HEX triplet: 7D, AF and 01. RGB value is (125,175,1). Sum of RGB (Red+Green+Blue) = 125+175+1=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAF01 is #8250FE. Grayscale: #8C8C8C. Windows color (decimal): -8540415 or 110461. OLE color: 110461.
HSL color Cylindrical-coordinate representation of color #7DAF01: hue angle of 77.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DAF01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.31 |
| HSL | 77.24º | 0.99% | 0.35% | - |
| HSV(B) | 77.24º | 0.99% | 0.69% | - |
| XYZ | 23.79 | 35.02 | 5.53 | - |
| YUV | 140.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 1 | 0.29 | 0 | 0.99 | 0.31 | 77.24 | 0.99 | 0.35 |
| Hex | 7D | AF | 1 | 1D | 0 | 63 | 1F | 4D | 63 | 23 |
| Octal | 175 | 257 | 1 | 35 | 0 | 143 | 37 | 115 | 143 | 43 |
| Binary | 1111101 | 10101111 | 1 | 11101 | 0 | 1100011 | 11111 | 1001101 | 1100011 | 100011 |
Color Harmonies of #7DAF01
Complementary color
Monochromatic Colors of #7DAF01
Black with #7DAF01
Text Example
Text Example
White with #7DAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF01; }
p { color: rgb(125,175,1); }
H1.HeaderClassName
{
color: #7DAF01;
}
.AnyTagClassName
{
color: #7DAF01;
}
</style>
background-color css
<style>
a { background-color: #7DAF01; }
a { background-color: rgb(125,175,1); }
div.DivClassName
{
background-color: #7DAF01;
}
.BgClassName
{
background-color: #7DAF01;
}
</style>
border-color css
<style>
span { border-color: #7DAF01; }
span { border-color: rgb(125,175,1); }
td.TdClassName
{
border-color: #7DAF01;
}
.TagClassName
{
border-color: #7DAF01;
}
</style>