Shades of Christi #74C805
Tints of Christi #74C805
RGB
CMYK
RGB Variations
Color information
#74C805 (or 0x74C805) is known color: Christi. HEX triplet: 74, C8 and 05. RGB value is (116,200,5). Sum of RGB (Red+Green+Blue) = 116+200+5=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #74C805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C805 is #8B37FA. Grayscale: #999999. Windows color (decimal): -9123835 or 378996. OLE color: 378996.
HSL color Cylindrical-coordinate representation of color #74C805: hue angle of 85.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74C805 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.22 |
| HSL | 85.85º | 0.95% | 0.4% | - |
| HSV(B) | 85.85º | 0.98% | 0.78% | - |
| XYZ | 27.88 | 45.03 | 7.37 | - |
| YUV | 152.65 | 44.67 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 5 | 0.42 | 0 | 0.98 | 0.22 | 85.85 | 0.95 | 0.4 |
| Hex | 74 | C8 | 5 | 2A | 0 | 62 | 16 | 56 | 5F | 28 |
| Octal | 164 | 310 | 5 | 52 | 0 | 142 | 26 | 126 | 137 | 50 |
| Binary | 1110100 | 11001000 | 101 | 101010 | 0 | 1100010 | 10110 | 1010110 | 1011111 | 101000 |
Color Harmonies of #74C805
Complementary color
Monochromatic Colors of #74C805
Black with #74C805
Text Example
Text Example
White with #74C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C805; }
p { color: rgb(116,200,5); }
H1.HeaderClassName
{
color: #74C805;
}
.AnyTagClassName
{
color: #74C805;
}
</style>
background-color css
<style>
a { background-color: #74C805; }
a { background-color: rgb(116,200,5); }
div.DivClassName
{
background-color: #74C805;
}
.BgClassName
{
background-color: #74C805;
}
</style>
border-color css
<style>
span { border-color: #74C805; }
span { border-color: rgb(116,200,5); }
td.TdClassName
{
border-color: #74C805;
}
.TagClassName
{
border-color: #74C805;
}
</style>