Shades of Apple #5FBE3C
Tints of Apple #5FBE3C
RGB
CMYK
RGB Variations
Color information
#5FBE3C (or 0x5FBE3C) is known color: Apple. HEX triplet: 5F, BE and 3C. RGB value is (95,190,60). Sum of RGB (Red+Green+Blue) = 95+190+60=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBE3C is #A041C3. Grayscale: #939393. Windows color (decimal): -10502596 or 3980895. OLE color: 3980895.
HSL color Cylindrical-coordinate representation of color #5FBE3C: hue angle of 103.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FBE3C is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 60 | - |
| CMYK | 0.5 | 0 | 0.68 | 0.25 |
| HSL | 103.85º | 0.52% | 0.49% | - |
| HSV(B) | 103.85º | 0.68% | 0.75% | - |
| XYZ | 23.95 | 39.59 | 10.65 | - |
| YUV | 146.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 60 | 0.5 | 0 | 0.68 | 0.25 | 103.85 | 0.52 | 0.49 |
| Hex | 5F | BE | 3C | 32 | 0 | 44 | 19 | 68 | 34 | 31 |
| Octal | 137 | 276 | 74 | 62 | 0 | 104 | 31 | 150 | 64 | 61 |
| Binary | 1011111 | 10111110 | 111100 | 110010 | 0 | 1000100 | 11001 | 1101000 | 110100 | 110001 |
Color Harmonies of #5FBE3C
Complementary color
Monochromatic Colors of #5FBE3C
Black with #5FBE3C
Text Example
Text Example
White with #5FBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBE3C; }
p { color: rgb(95,190,60); }
H1.HeaderClassName
{
color: #5FBE3C;
}
.AnyTagClassName
{
color: #5FBE3C;
}
</style>
background-color css
<style>
a { background-color: #5FBE3C; }
a { background-color: rgb(95,190,60); }
div.DivClassName
{
background-color: #5FBE3C;
}
.BgClassName
{
background-color: #5FBE3C;
}
</style>
border-color css
<style>
span { border-color: #5FBE3C; }
span { border-color: rgb(95,190,60); }
td.TdClassName
{
border-color: #5FBE3C;
}
.TagClassName
{
border-color: #5FBE3C;
}
</style>