Shades of Christi #5FA802
Tints of Christi #5FA802
RGB
CMYK
RGB Variations
Color information
#5FA802 (or 0x5FA802) is known color: Christi. HEX triplet: 5F, A8 and 02. RGB value is (95,168,2). Sum of RGB (Red+Green+Blue) = 95+168+2=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA802 is #A057FD. Grayscale: #7F7F7F. Windows color (decimal): -10508286 or 174175. OLE color: 174175.
HSL color Cylindrical-coordinate representation of color #5FA802: hue angle of 86.39º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FA802 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.34 |
| HSL | 86.39º | 0.98% | 0.33% | - |
| HSV(B) | 86.39º | 0.99% | 0.66% | - |
| XYZ | 18.73 | 30.44 | 4.95 | - |
| YUV | 127.25 | 57.32 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 2 | 0.43 | 0 | 0.99 | 0.34 | 86.39 | 0.98 | 0.33 |
| Hex | 5F | A8 | 2 | 2B | 0 | 63 | 22 | 56 | 62 | 21 |
| Octal | 137 | 250 | 2 | 53 | 0 | 143 | 42 | 126 | 142 | 41 |
| Binary | 1011111 | 10101000 | 10 | 101011 | 0 | 1100011 | 100010 | 1010110 | 1100010 | 100001 |
Color Harmonies of #5FA802
Complementary color
Monochromatic Colors of #5FA802
Black with #5FA802
Text Example
Text Example
White with #5FA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA802; }
p { color: rgb(95,168,2); }
H1.HeaderClassName
{
color: #5FA802;
}
.AnyTagClassName
{
color: #5FA802;
}
</style>
background-color css
<style>
a { background-color: #5FA802; }
a { background-color: rgb(95,168,2); }
div.DivClassName
{
background-color: #5FA802;
}
.BgClassName
{
background-color: #5FA802;
}
</style>
border-color css
<style>
span { border-color: #5FA802; }
span { border-color: rgb(95,168,2); }
td.TdClassName
{
border-color: #5FA802;
}
.TagClassName
{
border-color: #5FA802;
}
</style>