Shades of Apple #5FDB38
Tints of Apple #5FDB38
RGB
CMYK
RGB Variations
Color information
#5FDB38 (or 0x5FDB38) is known color: Apple. HEX triplet: 5F, DB and 38. RGB value is (95,219,56). Sum of RGB (Red+Green+Blue) = 95+219+56=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB38 is #A024C7. Grayscale: #A3A3A3. Windows color (decimal): -10495176 or 3726175. OLE color: 3726175.
HSL color Cylindrical-coordinate representation of color #5FDB38: hue angle of 105.64º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FDB38 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 56 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.14 |
| HSL | 105.64º | 0.69% | 0.54% | - |
| HSV(B) | 105.64º | 0.74% | 0.86% | - |
| XYZ | 30.76 | 53.38 | 12.42 | - |
| YUV | 163.34 | 67.42 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 56 | 0.57 | 0 | 0.74 | 0.14 | 105.64 | 0.69 | 0.54 |
| Hex | 5F | DB | 38 | 39 | 0 | 4A | E | 6A | 45 | 36 |
| Octal | 137 | 333 | 70 | 71 | 0 | 112 | 16 | 152 | 105 | 66 |
| Binary | 1011111 | 11011011 | 111000 | 111001 | 0 | 1001010 | 1110 | 1101010 | 1000101 | 110110 |
Color Harmonies of #5FDB38
Complementary color
Monochromatic Colors of #5FDB38
Black with #5FDB38
Text Example
Text Example
White with #5FDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB38; }
p { color: rgb(95,219,56); }
H1.HeaderClassName
{
color: #5FDB38;
}
.AnyTagClassName
{
color: #5FDB38;
}
</style>
background-color css
<style>
a { background-color: #5FDB38; }
a { background-color: rgb(95,219,56); }
div.DivClassName
{
background-color: #5FDB38;
}
.BgClassName
{
background-color: #5FDB38;
}
</style>
border-color css
<style>
span { border-color: #5FDB38; }
span { border-color: rgb(95,219,56); }
td.TdClassName
{
border-color: #5FDB38;
}
.TagClassName
{
border-color: #5FDB38;
}
</style>