Shades of Christi #5FA50C
Tints of Christi #5FA50C
RGB
CMYK
RGB Variations
Color information
#5FA50C (or 0x5FA50C) is known color: Christi. HEX triplet: 5F, A5 and 0C. RGB value is (95,165,12). Sum of RGB (Red+Green+Blue) = 95+165+12=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA50C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA50C is #A05AF3. Grayscale: #7F7F7F. Windows color (decimal): -10509044 or 828767. OLE color: 828767.
HSL color Cylindrical-coordinate representation of color #5FA50C: hue angle of 87.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FA50C is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 12 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.35 |
| HSL | 87.45º | 0.86% | 0.35% | - |
| HSV(B) | 87.45º | 0.93% | 0.65% | - |
| XYZ | 18.24 | 29.37 | 5.06 | - |
| YUV | 126.63 | 63.31 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 12 | 0.42 | 0 | 0.93 | 0.35 | 87.45 | 0.86 | 0.35 |
| Hex | 5F | A5 | C | 2A | 0 | 5D | 23 | 57 | 56 | 23 |
| Octal | 137 | 245 | 14 | 52 | 0 | 135 | 43 | 127 | 126 | 43 |
| Binary | 1011111 | 10100101 | 1100 | 101010 | 0 | 1011101 | 100011 | 1010111 | 1010110 | 100011 |
Color Harmonies of #5FA50C
Complementary color
Monochromatic Colors of #5FA50C
Black with #5FA50C
Text Example
Text Example
White with #5FA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA50C; }
p { color: rgb(95,165,12); }
H1.HeaderClassName
{
color: #5FA50C;
}
.AnyTagClassName
{
color: #5FA50C;
}
</style>
background-color css
<style>
a { background-color: #5FA50C; }
a { background-color: rgb(95,165,12); }
div.DivClassName
{
background-color: #5FA50C;
}
.BgClassName
{
background-color: #5FA50C;
}
</style>
border-color css
<style>
span { border-color: #5FA50C; }
span { border-color: rgb(95,165,12); }
td.TdClassName
{
border-color: #5FA50C;
}
.TagClassName
{
border-color: #5FA50C;
}
</style>