Shades of Christi #74C908
Tints of Christi #74C908
RGB
CMYK
RGB Variations
Color information
#74C908 (or 0x74C908) is known color: Christi. HEX triplet: 74, C9 and 08. RGB value is (116,201,8). Sum of RGB (Red+Green+Blue) = 116+201+8=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #74C908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C908 is #8B36F7. Grayscale: #9A9A9A. Windows color (decimal): -9123576 or 575860. OLE color: 575860.
HSL color Cylindrical-coordinate representation of color #74C908: hue angle of 86.42º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74C908 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 8 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.21 |
| HSL | 86.42º | 0.92% | 0.41% | - |
| HSV(B) | 86.42º | 0.96% | 0.79% | - |
| XYZ | 28.13 | 45.5 | 7.53 | - |
| YUV | 153.58 | 45.84 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 8 | 0.42 | 0 | 0.96 | 0.21 | 86.42 | 0.92 | 0.41 |
| Hex | 74 | C9 | 8 | 2A | 0 | 60 | 15 | 56 | 5C | 29 |
| Octal | 164 | 311 | 10 | 52 | 0 | 140 | 25 | 126 | 134 | 51 |
| Binary | 1110100 | 11001001 | 1000 | 101010 | 0 | 1100000 | 10101 | 1010110 | 1011100 | 101001 |
Color Harmonies of #74C908
Complementary color
Monochromatic Colors of #74C908
Black with #74C908
Text Example
Text Example
White with #74C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C908; }
p { color: rgb(116,201,8); }
H1.HeaderClassName
{
color: #74C908;
}
.AnyTagClassName
{
color: #74C908;
}
</style>
background-color css
<style>
a { background-color: #74C908; }
a { background-color: rgb(116,201,8); }
div.DivClassName
{
background-color: #74C908;
}
.BgClassName
{
background-color: #74C908;
}
</style>
border-color css
<style>
span { border-color: #74C908; }
span { border-color: rgb(116,201,8); }
td.TdClassName
{
border-color: #74C908;
}
.TagClassName
{
border-color: #74C908;
}
</style>