Shades of Christi #5FAA01
Tints of Christi #5FAA01
RGB
CMYK
RGB Variations
Color information
#5FAA01 (or 0x5FAA01) is known color: Christi. HEX triplet: 5F, AA and 01. RGB value is (95,170,1). Sum of RGB (Red+Green+Blue) = 95+170+1=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAA01 is #A055FE. Grayscale: #808080. Windows color (decimal): -10507775 or 109151. OLE color: 109151.
HSL color Cylindrical-coordinate representation of color #5FAA01: hue angle of 86.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FAA01 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.33 |
| HSL | 86.63º | 0.99% | 0.34% | - |
| HSV(B) | 86.63º | 0.99% | 0.67% | - |
| XYZ | 19.1 | 31.18 | 5.04 | - |
| YUV | 128.31 | 56.15 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 1 | 0.44 | 0 | 0.99 | 0.33 | 86.63 | 0.99 | 0.34 |
| Hex | 5F | AA | 1 | 2C | 0 | 63 | 21 | 57 | 63 | 22 |
| Octal | 137 | 252 | 1 | 54 | 0 | 143 | 41 | 127 | 143 | 42 |
| Binary | 1011111 | 10101010 | 1 | 101100 | 0 | 1100011 | 100001 | 1010111 | 1100011 | 100010 |
Color Harmonies of #5FAA01
Complementary color
Monochromatic Colors of #5FAA01
Black with #5FAA01
Text Example
Text Example
White with #5FAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA01; }
p { color: rgb(95,170,1); }
H1.HeaderClassName
{
color: #5FAA01;
}
.AnyTagClassName
{
color: #5FAA01;
}
</style>
background-color css
<style>
a { background-color: #5FAA01; }
a { background-color: rgb(95,170,1); }
div.DivClassName
{
background-color: #5FAA01;
}
.BgClassName
{
background-color: #5FAA01;
}
</style>
border-color css
<style>
span { border-color: #5FAA01; }
span { border-color: rgb(95,170,1); }
td.TdClassName
{
border-color: #5FAA01;
}
.TagClassName
{
border-color: #5FAA01;
}
</style>