Shades of Apple #5FDB4B
Tints of Apple #5FDB4B
RGB
CMYK
RGB Variations
Color information
#5FDB4B (or 0x5FDB4B) is known color: Apple. HEX triplet: 5F, DB and 4B. RGB value is (95,219,75). Sum of RGB (Red+Green+Blue) = 95+219+75=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB4B is #A024B4. Grayscale: #A5A5A5. Windows color (decimal): -10495157 or 4971359. OLE color: 4971359.
HSL color Cylindrical-coordinate representation of color #5FDB4B: hue angle of 111.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FDB4B is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 75 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.14 |
| HSL | 111.67º | 0.67% | 0.58% | - |
| HSV(B) | 111.67º | 0.66% | 0.86% | - |
| XYZ | 31.32 | 53.6 | 15.35 | - |
| YUV | 165.51 | 76.92 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 75 | 0.57 | 0 | 0.66 | 0.14 | 111.67 | 0.67 | 0.58 |
| Hex | 5F | DB | 4B | 39 | 0 | 42 | E | 70 | 43 | 3A |
| Octal | 137 | 333 | 113 | 71 | 0 | 102 | 16 | 160 | 103 | 72 |
| Binary | 1011111 | 11011011 | 1001011 | 111001 | 0 | 1000010 | 1110 | 1110000 | 1000011 | 111010 |
Color Harmonies of #5FDB4B
Complementary color
Monochromatic Colors of #5FDB4B
Black with #5FDB4B
Text Example
Text Example
White with #5FDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB4B; }
p { color: rgb(95,219,75); }
H1.HeaderClassName
{
color: #5FDB4B;
}
.AnyTagClassName
{
color: #5FDB4B;
}
</style>
background-color css
<style>
a { background-color: #5FDB4B; }
a { background-color: rgb(95,219,75); }
div.DivClassName
{
background-color: #5FDB4B;
}
.BgClassName
{
background-color: #5FDB4B;
}
</style>
border-color css
<style>
span { border-color: #5FDB4B; }
span { border-color: rgb(95,219,75); }
td.TdClassName
{
border-color: #5FDB4B;
}
.TagClassName
{
border-color: #5FDB4B;
}
</style>