Shades of Christi #7DB400
Tints of Christi #7DB400
RGB
CMYK
RGB Variations
Color information
#7DB400 (or 0x7DB400) is known color: Christi. HEX triplet: 7D, B4 and 00. RGB value is (125,180,0). Sum of RGB (Red+Green+Blue) = 125+180+0=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB400 is #824BFF. Grayscale: #8F8F8F. Windows color (decimal): -8539136 or 46205. OLE color: 46205.
HSL color Cylindrical-coordinate representation of color #7DB400: hue angle of 78.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DB400 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.29 |
| HSL | 78.33º | 1% | 0.35% | - |
| HSV(B) | 78.33º | 1% | 0.71% | - |
| XYZ | 24.78 | 37 | 5.84 | - |
| YUV | 143.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 0 | 0.31 | 0 | 1 | 0.29 | 78.33 | 1 | 0.35 |
| Hex | 7D | B4 | 0 | 1F | 0 | 64 | 1D | 4E | 64 | 23 |
| Octal | 175 | 264 | 0 | 37 | 0 | 144 | 35 | 116 | 144 | 43 |
| Binary | 1111101 | 10110100 | 0 | 11111 | 0 | 1100100 | 11101 | 1001110 | 1100100 | 100011 |
Color Harmonies of #7DB400
Complementary color
Monochromatic Colors of #7DB400
Black with #7DB400
Text Example
Text Example
White with #7DB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB400; }
p { color: rgb(125,180,0); }
H1.HeaderClassName
{
color: #7DB400;
}
.AnyTagClassName
{
color: #7DB400;
}
</style>
background-color css
<style>
a { background-color: #7DB400; }
a { background-color: rgb(125,180,0); }
div.DivClassName
{
background-color: #7DB400;
}
.BgClassName
{
background-color: #7DB400;
}
</style>
border-color css
<style>
span { border-color: #7DB400; }
span { border-color: rgb(125,180,0); }
td.TdClassName
{
border-color: #7DB400;
}
.TagClassName
{
border-color: #7DB400;
}
</style>