Shades of Christi #5FA30F
Tints of Christi #5FA30F
RGB
CMYK
RGB Variations
Color information
#5FA30F (or 0x5FA30F) is known color: Christi. HEX triplet: 5F, A3 and 0F. RGB value is (95,163,15). Sum of RGB (Red+Green+Blue) = 95+163+15=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA30F is #A05CF0. Grayscale: #7E7E7E. Windows color (decimal): -10509553 or 1024863. OLE color: 1024863.
HSL color Cylindrical-coordinate representation of color #5FA30F: hue angle of 87.57º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FA30F is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 15 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.36 |
| HSL | 87.57º | 0.83% | 0.35% | - |
| HSV(B) | 87.57º | 0.91% | 0.64% | - |
| XYZ | 17.9 | 28.66 | 5.04 | - |
| YUV | 125.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 15 | 0.42 | 0 | 0.91 | 0.36 | 87.57 | 0.83 | 0.35 |
| Hex | 5F | A3 | F | 2A | 0 | 5B | 24 | 58 | 53 | 23 |
| Octal | 137 | 243 | 17 | 52 | 0 | 133 | 44 | 130 | 123 | 43 |
| Binary | 1011111 | 10100011 | 1111 | 101010 | 0 | 1011011 | 100100 | 1011000 | 1010011 | 100011 |
Color Harmonies of #5FA30F
Complementary color
Monochromatic Colors of #5FA30F
Black with #5FA30F
Text Example
Text Example
White with #5FA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA30F; }
p { color: rgb(95,163,15); }
H1.HeaderClassName
{
color: #5FA30F;
}
.AnyTagClassName
{
color: #5FA30F;
}
</style>
background-color css
<style>
a { background-color: #5FA30F; }
a { background-color: rgb(95,163,15); }
div.DivClassName
{
background-color: #5FA30F;
}
.BgClassName
{
background-color: #5FA30F;
}
</style>
border-color css
<style>
span { border-color: #5FA30F; }
span { border-color: rgb(95,163,15); }
td.TdClassName
{
border-color: #5FA30F;
}
.TagClassName
{
border-color: #5FA30F;
}
</style>