Shades of Christi #58A403
Tints of Christi #58A403
RGB
CMYK
RGB Variations
Color information
#58A403 (or 0x58A403) is known color: Christi. HEX triplet: 58, A4 and 03. RGB value is (88,164,3). Sum of RGB (Red+Green+Blue) = 88+164+3=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #58A403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A403 is #A75BFC. Grayscale: #7B7B7B. Windows color (decimal): -10968061 or 238680. OLE color: 238680.
HSL color Cylindrical-coordinate representation of color #58A403: hue angle of 88.32º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58A403 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 164 | 3 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.36 |
| HSL | 88.32º | 0.96% | 0.33% | - |
| HSV(B) | 88.32º | 0.98% | 0.64% | - |
| XYZ | 17.32 | 28.63 | 4.7 | - |
| YUV | 122.92 | 60.32 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 164 | 3 | 0.46 | 0 | 0.98 | 0.36 | 88.32 | 0.96 | 0.33 |
| Hex | 58 | A4 | 3 | 2E | 0 | 62 | 24 | 58 | 60 | 21 |
| Octal | 130 | 244 | 3 | 56 | 0 | 142 | 44 | 130 | 140 | 41 |
| Binary | 1011000 | 10100100 | 11 | 101110 | 0 | 1100010 | 100100 | 1011000 | 1100000 | 100001 |
Color Harmonies of #58A403
Complementary color
Monochromatic Colors of #58A403
Black with #58A403
Text Example
Text Example
White with #58A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A403; }
p { color: rgb(88,164,3); }
H1.HeaderClassName
{
color: #58A403;
}
.AnyTagClassName
{
color: #58A403;
}
</style>
background-color css
<style>
a { background-color: #58A403; }
a { background-color: rgb(88,164,3); }
div.DivClassName
{
background-color: #58A403;
}
.BgClassName
{
background-color: #58A403;
}
</style>
border-color css
<style>
span { border-color: #58A403; }
span { border-color: rgb(88,164,3); }
td.TdClassName
{
border-color: #58A403;
}
.TagClassName
{
border-color: #58A403;
}
</style>