Shades of Christi #58A301
Tints of Christi #58A301
RGB
CMYK
RGB Variations
Color information
#58A301 (or 0x58A301) is known color: Christi. HEX triplet: 58, A3 and 01. RGB value is (88,163,1). Sum of RGB (Red+Green+Blue) = 88+163+1=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 163 (64.06% from 255 or 64.68% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 163 - color contains mainly: green. Hex color #58A301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A301 is #A75CFE. Grayscale: #7A7A7A. Windows color (decimal): -10968319 or 107352. OLE color: 107352.
HSL color Cylindrical-coordinate representation of color #58A301: hue angle of 87.78º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58A301 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 163 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.36 |
| HSL | 87.78º | 0.99% | 0.32% | - |
| HSV(B) | 87.78º | 0.99% | 0.64% | - |
| XYZ | 17.13 | 28.27 | 4.58 | - |
| YUV | 122.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 1 | 0.46 | 0 | 0.99 | 0.36 | 87.78 | 0.99 | 0.32 |
| Hex | 58 | A3 | 1 | 2E | 0 | 63 | 24 | 58 | 63 | 20 |
| Octal | 130 | 243 | 1 | 56 | 0 | 143 | 44 | 130 | 143 | 40 |
| Binary | 1011000 | 10100011 | 1 | 101110 | 0 | 1100011 | 100100 | 1011000 | 1100011 | 100000 |
Color Harmonies of #58A301
Complementary color
Monochromatic Colors of #58A301
Black with #58A301
Text Example
Text Example
White with #58A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A301; }
p { color: rgb(88,163,1); }
H1.HeaderClassName
{
color: #58A301;
}
.AnyTagClassName
{
color: #58A301;
}
</style>
background-color css
<style>
a { background-color: #58A301; }
a { background-color: rgb(88,163,1); }
div.DivClassName
{
background-color: #58A301;
}
.BgClassName
{
background-color: #58A301;
}
</style>
border-color css
<style>
span { border-color: #58A301; }
span { border-color: rgb(88,163,1); }
td.TdClassName
{
border-color: #58A301;
}
.TagClassName
{
border-color: #58A301;
}
</style>