Shades of Christi #5F9B02
Tints of Christi #5F9B02
RGB
CMYK
RGB Variations
Color information
#5F9B02 (or 0x5F9B02) is known color: Christi. HEX triplet: 5F, 9B and 02. RGB value is (95,155,2). Sum of RGB (Red+Green+Blue) = 95+155+2=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9B02 is #A064FD. Grayscale: #787878. Windows color (decimal): -10511614 or 170847. OLE color: 170847.
HSL color Cylindrical-coordinate representation of color #5F9B02: hue angle of 83.53º degrees, saturation: 0.97, 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 #5F9B02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.39 |
| HSL | 83.53º | 0.97% | 0.31% | - |
| HSV(B) | 83.53º | 0.99% | 0.61% | - |
| XYZ | 16.45 | 25.88 | 4.19 | - |
| YUV | 119.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 2 | 0.39 | 0 | 0.99 | 0.39 | 83.53 | 0.97 | 0.31 |
| Hex | 5F | 9B | 2 | 27 | 0 | 63 | 27 | 54 | 61 | 1F |
| Octal | 137 | 233 | 2 | 47 | 0 | 143 | 47 | 124 | 141 | 37 |
| Binary | 1011111 | 10011011 | 10 | 100111 | 0 | 1100011 | 100111 | 1010100 | 1100001 | 11111 |
Color Harmonies of #5F9B02
Complementary color
Monochromatic Colors of #5F9B02
Black with #5F9B02
Text Example
Text Example
White with #5F9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B02; }
p { color: rgb(95,155,2); }
H1.HeaderClassName
{
color: #5F9B02;
}
.AnyTagClassName
{
color: #5F9B02;
}
</style>
background-color css
<style>
a { background-color: #5F9B02; }
a { background-color: rgb(95,155,2); }
div.DivClassName
{
background-color: #5F9B02;
}
.BgClassName
{
background-color: #5F9B02;
}
</style>
border-color css
<style>
span { border-color: #5F9B02; }
span { border-color: rgb(95,155,2); }
td.TdClassName
{
border-color: #5F9B02;
}
.TagClassName
{
border-color: #5F9B02;
}
</style>