Shades of Christi #74CF05
Tints of Christi #74CF05
RGB
CMYK
RGB Variations
Color information
#74CF05 (or 0x74CF05) is known color: Christi. HEX triplet: 74, CF and 05. RGB value is (116,207,5). Sum of RGB (Red+Green+Blue) = 116+207+5=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF05 is #8B30FA. Grayscale: #9D9D9D. Windows color (decimal): -9122043 or 380788. OLE color: 380788.
HSL color Cylindrical-coordinate representation of color #74CF05: hue angle of 87.03º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74CF05 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.19 |
| HSL | 87.03º | 0.95% | 0.42% | - |
| HSV(B) | 87.03º | 0.98% | 0.81% | - |
| XYZ | 29.54 | 48.35 | 7.92 | - |
| YUV | 156.76 | 42.35 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 5 | 0.44 | 0 | 0.98 | 0.19 | 87.03 | 0.95 | 0.42 |
| Hex | 74 | CF | 5 | 2C | 0 | 62 | 13 | 57 | 5F | 2A |
| Octal | 164 | 317 | 5 | 54 | 0 | 142 | 23 | 127 | 137 | 52 |
| Binary | 1110100 | 11001111 | 101 | 101100 | 0 | 1100010 | 10011 | 1010111 | 1011111 | 101010 |
Color Harmonies of #74CF05
Complementary color
Monochromatic Colors of #74CF05
Black with #74CF05
Text Example
Text Example
White with #74CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF05; }
p { color: rgb(116,207,5); }
H1.HeaderClassName
{
color: #74CF05;
}
.AnyTagClassName
{
color: #74CF05;
}
</style>
background-color css
<style>
a { background-color: #74CF05; }
a { background-color: rgb(116,207,5); }
div.DivClassName
{
background-color: #74CF05;
}
.BgClassName
{
background-color: #74CF05;
}
</style>
border-color css
<style>
span { border-color: #74CF05; }
span { border-color: rgb(116,207,5); }
td.TdClassName
{
border-color: #74CF05;
}
.TagClassName
{
border-color: #74CF05;
}
</style>