Shades of Apple #5FB83E
Tints of Apple #5FB83E
RGB
CMYK
RGB Variations
Color information
#5FB83E (or 0x5FB83E) is known color: Apple. HEX triplet: 5F, B8 and 3E. RGB value is (95,184,62). Sum of RGB (Red+Green+Blue) = 95+184+62=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB83E is #A047C1. Grayscale: #8F8F8F. Windows color (decimal): -10504130 or 4110431. OLE color: 4110431.
HSL color Cylindrical-coordinate representation of color #5FB83E: hue angle of 103.77º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FB83E is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 62 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.28 |
| HSL | 103.77º | 0.5% | 0.48% | - |
| HSV(B) | 103.77º | 0.66% | 0.72% | - |
| XYZ | 22.73 | 37.06 | 10.51 | - |
| YUV | 143.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 62 | 0.48 | 0 | 0.66 | 0.28 | 103.77 | 0.5 | 0.48 |
| Hex | 5F | B8 | 3E | 30 | 0 | 42 | 1C | 68 | 32 | 30 |
| Octal | 137 | 270 | 76 | 60 | 0 | 102 | 34 | 150 | 62 | 60 |
| Binary | 1011111 | 10111000 | 111110 | 110000 | 0 | 1000010 | 11100 | 1101000 | 110010 | 110000 |
Color Harmonies of #5FB83E
Complementary color
Monochromatic Colors of #5FB83E
Black with #5FB83E
Text Example
Text Example
White with #5FB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB83E; }
p { color: rgb(95,184,62); }
H1.HeaderClassName
{
color: #5FB83E;
}
.AnyTagClassName
{
color: #5FB83E;
}
</style>
background-color css
<style>
a { background-color: #5FB83E; }
a { background-color: rgb(95,184,62); }
div.DivClassName
{
background-color: #5FB83E;
}
.BgClassName
{
background-color: #5FB83E;
}
</style>
border-color css
<style>
span { border-color: #5FB83E; }
span { border-color: rgb(95,184,62); }
td.TdClassName
{
border-color: #5FB83E;
}
.TagClassName
{
border-color: #5FB83E;
}
</style>