Shades of Apple #5FDB36
Tints of Apple #5FDB36
RGB
CMYK
RGB Variations
Color information
#5FDB36 (or 0x5FDB36) is known color: Apple. HEX triplet: 5F, DB and 36. RGB value is (95,219,54). Sum of RGB (Red+Green+Blue) = 95+219+54=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB36 is #A024C9. Grayscale: #A3A3A3. Windows color (decimal): -10495178 or 3595103. OLE color: 3595103.
HSL color Cylindrical-coordinate representation of color #5FDB36: hue angle of 105.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FDB36 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 54 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.14 |
| HSL | 105.09º | 0.7% | 0.54% | - |
| HSV(B) | 105.09º | 0.75% | 0.86% | - |
| XYZ | 30.72 | 53.36 | 12.17 | - |
| YUV | 163.11 | 66.42 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 54 | 0.57 | 0 | 0.75 | 0.14 | 105.09 | 0.7 | 0.54 |
| Hex | 5F | DB | 36 | 39 | 0 | 4B | E | 69 | 46 | 36 |
| Octal | 137 | 333 | 66 | 71 | 0 | 113 | 16 | 151 | 106 | 66 |
| Binary | 1011111 | 11011011 | 110110 | 111001 | 0 | 1001011 | 1110 | 1101001 | 1000110 | 110110 |
Color Harmonies of #5FDB36
Complementary color
Monochromatic Colors of #5FDB36
Black with #5FDB36
Text Example
Text Example
White with #5FDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB36; }
p { color: rgb(95,219,54); }
H1.HeaderClassName
{
color: #5FDB36;
}
.AnyTagClassName
{
color: #5FDB36;
}
</style>
background-color css
<style>
a { background-color: #5FDB36; }
a { background-color: rgb(95,219,54); }
div.DivClassName
{
background-color: #5FDB36;
}
.BgClassName
{
background-color: #5FDB36;
}
</style>
border-color css
<style>
span { border-color: #5FDB36; }
span { border-color: rgb(95,219,54); }
td.TdClassName
{
border-color: #5FDB36;
}
.TagClassName
{
border-color: #5FDB36;
}
</style>