Shades of Christi #5FAF0F
Tints of Christi #5FAF0F
RGB
CMYK
RGB Variations
Color information
#5FAF0F (or 0x5FAF0F) is known color: Christi. HEX triplet: 5F, AF and 0F. RGB value is (95,175,15). Sum of RGB (Red+Green+Blue) = 95+175+15=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAF0F is #A050F0. Grayscale: #858585. Windows color (decimal): -10506481 or 1027935. OLE color: 1027935.
HSL color Cylindrical-coordinate representation of color #5FAF0F: hue angle of 90º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FAF0F is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 15 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.31 |
| HSL | 90º | 0.84% | 0.37% | - |
| HSV(B) | 90º | 0.91% | 0.69% | - |
| XYZ | 20.14 | 33.13 | 5.78 | - |
| YUV | 132.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 15 | 0.46 | 0 | 0.91 | 0.31 | 90 | 0.84 | 0.37 |
| Hex | 5F | AF | F | 2E | 0 | 5B | 1F | 5A | 54 | 25 |
| Octal | 137 | 257 | 17 | 56 | 0 | 133 | 37 | 132 | 124 | 45 |
| Binary | 1011111 | 10101111 | 1111 | 101110 | 0 | 1011011 | 11111 | 1011010 | 1010100 | 100101 |
Color Harmonies of #5FAF0F
Complementary color
Monochromatic Colors of #5FAF0F
Black with #5FAF0F
Text Example
Text Example
White with #5FAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF0F; }
p { color: rgb(95,175,15); }
H1.HeaderClassName
{
color: #5FAF0F;
}
.AnyTagClassName
{
color: #5FAF0F;
}
</style>
background-color css
<style>
a { background-color: #5FAF0F; }
a { background-color: rgb(95,175,15); }
div.DivClassName
{
background-color: #5FAF0F;
}
.BgClassName
{
background-color: #5FAF0F;
}
</style>
border-color css
<style>
span { border-color: #5FAF0F; }
span { border-color: rgb(95,175,15); }
td.TdClassName
{
border-color: #5FAF0F;
}
.TagClassName
{
border-color: #5FAF0F;
}
</style>