Shades of Christi #7CB800
Tints of Christi #7CB800
RGB
CMYK
RGB Variations
Color information
#7CB800 (or 0x7CB800) is known color: Christi. HEX triplet: 7C, B8 and 00. RGB value is (124,184,0). Sum of RGB (Red+Green+Blue) = 124+184+0=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB800 is #8347FF. Grayscale: #919191. Windows color (decimal): -8603648 or 47228. OLE color: 47228.
HSL color Cylindrical-coordinate representation of color #7CB800: hue angle of 79.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CB800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.28 |
| HSL | 79.57º | 1% | 0.36% | - |
| HSV(B) | 79.57º | 1% | 0.72% | - |
| XYZ | 25.45 | 38.57 | 6.1 | - |
| YUV | 145.08 | 46.12 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 0 | 0.33 | 0 | 1 | 0.28 | 79.57 | 1 | 0.36 |
| Hex | 7C | B8 | 0 | 21 | 0 | 64 | 1C | 50 | 64 | 24 |
| Octal | 174 | 270 | 0 | 41 | 0 | 144 | 34 | 120 | 144 | 44 |
| Binary | 1111100 | 10111000 | 0 | 100001 | 0 | 1100100 | 11100 | 1010000 | 1100100 | 100100 |
Color Harmonies of #7CB800
Complementary color
Monochromatic Colors of #7CB800
Black with #7CB800
Text Example
Text Example
White with #7CB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB800; }
p { color: rgb(124,184,0); }
H1.HeaderClassName
{
color: #7CB800;
}
.AnyTagClassName
{
color: #7CB800;
}
</style>
background-color css
<style>
a { background-color: #7CB800; }
a { background-color: rgb(124,184,0); }
div.DivClassName
{
background-color: #7CB800;
}
.BgClassName
{
background-color: #7CB800;
}
</style>
border-color css
<style>
span { border-color: #7CB800; }
span { border-color: rgb(124,184,0); }
td.TdClassName
{
border-color: #7CB800;
}
.TagClassName
{
border-color: #7CB800;
}
</style>