Shades of Apple #5FDA3E
Tints of Apple #5FDA3E
RGB
CMYK
RGB Variations
Color information
#5FDA3E (or 0x5FDA3E) is known color: Apple. HEX triplet: 5F, DA and 3E. RGB value is (95,218,62). Sum of RGB (Red+Green+Blue) = 95+218+62=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA3E is #A025C1. Grayscale: #A3A3A3. Windows color (decimal): -10495426 or 4119135. OLE color: 4119135.
HSL color Cylindrical-coordinate representation of color #5FDA3E: hue angle of 107.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FDA3E is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 62 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.15 |
| HSL | 107.31º | 0.68% | 0.55% | - |
| HSV(B) | 107.31º | 0.72% | 0.85% | - |
| XYZ | 30.66 | 52.92 | 13.16 | - |
| YUV | 163.44 | 70.75 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 62 | 0.56 | 0 | 0.72 | 0.15 | 107.31 | 0.68 | 0.55 |
| Hex | 5F | DA | 3E | 38 | 0 | 48 | F | 6B | 44 | 37 |
| Octal | 137 | 332 | 76 | 70 | 0 | 110 | 17 | 153 | 104 | 67 |
| Binary | 1011111 | 11011010 | 111110 | 111000 | 0 | 1001000 | 1111 | 1101011 | 1000100 | 110111 |
Color Harmonies of #5FDA3E
Complementary color
Monochromatic Colors of #5FDA3E
Black with #5FDA3E
Text Example
Text Example
White with #5FDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA3E; }
p { color: rgb(95,218,62); }
H1.HeaderClassName
{
color: #5FDA3E;
}
.AnyTagClassName
{
color: #5FDA3E;
}
</style>
background-color css
<style>
a { background-color: #5FDA3E; }
a { background-color: rgb(95,218,62); }
div.DivClassName
{
background-color: #5FDA3E;
}
.BgClassName
{
background-color: #5FDA3E;
}
</style>
border-color css
<style>
span { border-color: #5FDA3E; }
span { border-color: rgb(95,218,62); }
td.TdClassName
{
border-color: #5FDA3E;
}
.TagClassName
{
border-color: #5FDA3E;
}
</style>