Shades of Christi #5F9C01
Tints of Christi #5F9C01
RGB
CMYK
RGB Variations
Color information
#5F9C01 (or 0x5F9C01) is known color: Christi. HEX triplet: 5F, 9C and 01. RGB value is (95,156,1). Sum of RGB (Red+Green+Blue) = 95+156+1=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9C01 is #A063FE. Grayscale: #787878. Windows color (decimal): -10511359 or 105567. OLE color: 105567.
HSL color Cylindrical-coordinate representation of color #5F9C01: hue angle of 83.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F9C01 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 156 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.39 |
| HSL | 83.61º | 0.99% | 0.31% | - |
| HSV(B) | 83.61º | 0.99% | 0.61% | - |
| XYZ | 16.61 | 26.21 | 4.21 | - |
| YUV | 120.09 | 60.79 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 1 | 0.39 | 0 | 0.99 | 0.39 | 83.61 | 0.99 | 0.31 |
| Hex | 5F | 9C | 1 | 27 | 0 | 63 | 27 | 54 | 63 | 1F |
| Octal | 137 | 234 | 1 | 47 | 0 | 143 | 47 | 124 | 143 | 37 |
| Binary | 1011111 | 10011100 | 1 | 100111 | 0 | 1100011 | 100111 | 1010100 | 1100011 | 11111 |
Color Harmonies of #5F9C01
Complementary color
Monochromatic Colors of #5F9C01
Black with #5F9C01
Text Example
Text Example
White with #5F9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9C01; }
p { color: rgb(95,156,1); }
H1.HeaderClassName
{
color: #5F9C01;
}
.AnyTagClassName
{
color: #5F9C01;
}
</style>
background-color css
<style>
a { background-color: #5F9C01; }
a { background-color: rgb(95,156,1); }
div.DivClassName
{
background-color: #5F9C01;
}
.BgClassName
{
background-color: #5F9C01;
}
</style>
border-color css
<style>
span { border-color: #5F9C01; }
span { border-color: rgb(95,156,1); }
td.TdClassName
{
border-color: #5F9C01;
}
.TagClassName
{
border-color: #5F9C01;
}
</style>