Shades of Christi #74C10A
Tints of Christi #74C10A
RGB
CMYK
RGB Variations
Color information
#74C10A (or 0x74C10A) is known color: Christi. HEX triplet: 74, C1 and 0A. RGB value is (116,193,10). Sum of RGB (Red+Green+Blue) = 116+193+10=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #74C10A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C10A is #8B3EF5. Grayscale: #959595. Windows color (decimal): -9125622 or 704884. OLE color: 704884.
HSL color Cylindrical-coordinate representation of color #74C10A: hue angle of 85.25º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74C10A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 10 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.24 |
| HSL | 85.25º | 0.9% | 0.4% | - |
| HSV(B) | 85.25º | 0.95% | 0.76% | - |
| XYZ | 26.33 | 41.87 | 6.98 | - |
| YUV | 149.12 | 49.49 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 10 | 0.40 | 0 | 0.95 | 0.24 | 85.25 | 0.9 | 0.4 |
| Hex | 74 | C1 | A | 28 | 0 | 5F | 18 | 55 | 5A | 28 |
| Octal | 164 | 301 | 12 | 50 | 0 | 137 | 30 | 125 | 132 | 50 |
| Binary | 1110100 | 11000001 | 1010 | 101000 | 0 | 1011111 | 11000 | 1010101 | 1011010 | 101000 |
Color Harmonies of #74C10A
Complementary color
Monochromatic Colors of #74C10A
Black with #74C10A
Text Example
Text Example
White with #74C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C10A; }
p { color: rgb(116,193,10); }
H1.HeaderClassName
{
color: #74C10A;
}
.AnyTagClassName
{
color: #74C10A;
}
</style>
background-color css
<style>
a { background-color: #74C10A; }
a { background-color: rgb(116,193,10); }
div.DivClassName
{
background-color: #74C10A;
}
.BgClassName
{
background-color: #74C10A;
}
</style>
border-color css
<style>
span { border-color: #74C10A; }
span { border-color: rgb(116,193,10); }
td.TdClassName
{
border-color: #74C10A;
}
.TagClassName
{
border-color: #74C10A;
}
</style>