Shades of Apple #58CB3F
Tints of Apple #58CB3F
RGB
CMYK
RGB Variations
Color information
#58CB3F (or 0x58CB3F) is known color: Apple. HEX triplet: 58, CB and 3F. RGB value is (88,203,63). Sum of RGB (Red+Green+Blue) = 88+203+63=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CB3F is #A734C0. Grayscale: #999999. Windows color (decimal): -10958017 or 4180824. OLE color: 4180824.
HSL color Cylindrical-coordinate representation of color #58CB3F: hue angle of 109.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58CB3F is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 203 | 63 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.20 |
| HSL | 109.29º | 0.57% | 0.52% | - |
| HSV(B) | 109.29º | 0.69% | 0.8% | - |
| XYZ | 26.28 | 45.15 | 12.03 | - |
| YUV | 152.66 | 77.4 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 63 | 0.57 | 0 | 0.69 | 0.20 | 109.29 | 0.57 | 0.52 |
| Hex | 58 | CB | 3F | 39 | 0 | 45 | 14 | 6D | 39 | 34 |
| Octal | 130 | 313 | 77 | 71 | 0 | 105 | 24 | 155 | 71 | 64 |
| Binary | 1011000 | 11001011 | 111111 | 111001 | 0 | 1000101 | 10100 | 1101101 | 111001 | 110100 |
Color Harmonies of #58CB3F
Complementary color
Monochromatic Colors of #58CB3F
Black with #58CB3F
Text Example
Text Example
White with #58CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CB3F; }
p { color: rgb(88,203,63); }
H1.HeaderClassName
{
color: #58CB3F;
}
.AnyTagClassName
{
color: #58CB3F;
}
</style>
background-color css
<style>
a { background-color: #58CB3F; }
a { background-color: rgb(88,203,63); }
div.DivClassName
{
background-color: #58CB3F;
}
.BgClassName
{
background-color: #58CB3F;
}
</style>
border-color css
<style>
span { border-color: #58CB3F; }
span { border-color: rgb(88,203,63); }
td.TdClassName
{
border-color: #58CB3F;
}
.TagClassName
{
border-color: #58CB3F;
}
</style>