Shades of Christi #74C20F
Tints of Christi #74C20F
RGB
CMYK
RGB Variations
Color information
#74C20F (or 0x74C20F) is known color: Christi. HEX triplet: 74, C2 and 0F. RGB value is (116,194,15). Sum of RGB (Red+Green+Blue) = 116+194+15=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #74C20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C20F is #8B3DF0. Grayscale: #969696. Windows color (decimal): -9125361 or 1032820. OLE color: 1032820.
HSL color Cylindrical-coordinate representation of color #74C20F: hue angle of 86.15º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74C20F is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 15 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.24 |
| HSL | 86.15º | 0.86% | 0.41% | - |
| HSV(B) | 86.15º | 0.92% | 0.76% | - |
| XYZ | 26.58 | 42.33 | 7.22 | - |
| YUV | 150.27 | 51.66 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 15 | 0.40 | 0 | 0.92 | 0.24 | 86.15 | 0.86 | 0.41 |
| Hex | 74 | C2 | F | 28 | 0 | 5C | 18 | 56 | 56 | 29 |
| Octal | 164 | 302 | 17 | 50 | 0 | 134 | 30 | 126 | 126 | 51 |
| Binary | 1110100 | 11000010 | 1111 | 101000 | 0 | 1011100 | 11000 | 1010110 | 1010110 | 101001 |
Color Harmonies of #74C20F
Complementary color
Monochromatic Colors of #74C20F
Black with #74C20F
Text Example
Text Example
White with #74C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C20F; }
p { color: rgb(116,194,15); }
H1.HeaderClassName
{
color: #74C20F;
}
.AnyTagClassName
{
color: #74C20F;
}
</style>
background-color css
<style>
a { background-color: #74C20F; }
a { background-color: rgb(116,194,15); }
div.DivClassName
{
background-color: #74C20F;
}
.BgClassName
{
background-color: #74C20F;
}
</style>
border-color css
<style>
span { border-color: #74C20F; }
span { border-color: rgb(116,194,15); }
td.TdClassName
{
border-color: #74C20F;
}
.TagClassName
{
border-color: #74C20F;
}
</style>