Shades of Apple #58CA4B
Tints of Apple #58CA4B
RGB
CMYK
RGB Variations
Color information
#58CA4B (or 0x58CA4B) is known color: Apple. HEX triplet: 58, CA and 4B. RGB value is (88,202,75). Sum of RGB (Red+Green+Blue) = 88+202+75=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA4B is #A735B4. Grayscale: #999999. Windows color (decimal): -10958261 or 4967000. OLE color: 4967000.
HSL color Cylindrical-coordinate representation of color #58CA4B: hue angle of 113.86º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CA4B is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 75 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.21 |
| HSL | 113.86º | 0.55% | 0.54% | - |
| HSV(B) | 113.86º | 0.63% | 0.79% | - |
| XYZ | 26.42 | 44.82 | 13.92 | - |
| YUV | 153.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 75 | 0.56 | 0 | 0.63 | 0.21 | 113.86 | 0.55 | 0.54 |
| Hex | 58 | CA | 4B | 38 | 0 | 3F | 15 | 72 | 37 | 36 |
| Octal | 130 | 312 | 113 | 70 | 0 | 77 | 25 | 162 | 67 | 66 |
| Binary | 1011000 | 11001010 | 1001011 | 111000 | 0 | 111111 | 10101 | 1110010 | 110111 | 110110 |
Color Harmonies of #58CA4B
Complementary color
Monochromatic Colors of #58CA4B
Black with #58CA4B
Text Example
Text Example
White with #58CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA4B; }
p { color: rgb(88,202,75); }
H1.HeaderClassName
{
color: #58CA4B;
}
.AnyTagClassName
{
color: #58CA4B;
}
</style>
background-color css
<style>
a { background-color: #58CA4B; }
a { background-color: rgb(88,202,75); }
div.DivClassName
{
background-color: #58CA4B;
}
.BgClassName
{
background-color: #58CA4B;
}
</style>
border-color css
<style>
span { border-color: #58CA4B; }
span { border-color: rgb(88,202,75); }
td.TdClassName
{
border-color: #58CA4B;
}
.TagClassName
{
border-color: #58CA4B;
}
</style>