Shades of Apple #58B73C
Tints of Apple #58B73C
RGB
CMYK
RGB Variations
Color information
#58B73C (or 0x58B73C) is known color: Apple. HEX triplet: 58, B7 and 3C. RGB value is (88,183,60). Sum of RGB (Red+Green+Blue) = 88+183+60=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #58B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58B73C is #A748C3. Grayscale: #8C8C8C. Windows color (decimal): -10963140 or 3979096. OLE color: 3979096.
HSL color Cylindrical-coordinate representation of color #58B73C: hue angle of 106.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58B73C is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 183 | 60 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.28 |
| HSL | 106.34º | 0.51% | 0.48% | - |
| HSV(B) | 106.34º | 0.67% | 0.72% | - |
| XYZ | 21.77 | 36.27 | 10.13 | - |
| YUV | 140.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 60 | 0.52 | 0 | 0.67 | 0.28 | 106.34 | 0.51 | 0.48 |
| Hex | 58 | B7 | 3C | 34 | 0 | 43 | 1C | 6A | 33 | 30 |
| Octal | 130 | 267 | 74 | 64 | 0 | 103 | 34 | 152 | 63 | 60 |
| Binary | 1011000 | 10110111 | 111100 | 110100 | 0 | 1000011 | 11100 | 1101010 | 110011 | 110000 |
Color Harmonies of #58B73C
Complementary color
Monochromatic Colors of #58B73C
Black with #58B73C
Text Example
Text Example
White with #58B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B73C; }
p { color: rgb(88,183,60); }
H1.HeaderClassName
{
color: #58B73C;
}
.AnyTagClassName
{
color: #58B73C;
}
</style>
background-color css
<style>
a { background-color: #58B73C; }
a { background-color: rgb(88,183,60); }
div.DivClassName
{
background-color: #58B73C;
}
.BgClassName
{
background-color: #58B73C;
}
</style>
border-color css
<style>
span { border-color: #58B73C; }
span { border-color: rgb(88,183,60); }
td.TdClassName
{
border-color: #58B73C;
}
.TagClassName
{
border-color: #58B73C;
}
</style>