Shades of Apple #5FD44B
Tints of Apple #5FD44B
RGB
CMYK
RGB Variations
Color information
#5FD44B (or 0x5FD44B) is known color: Apple. HEX triplet: 5F, D4 and 4B. RGB value is (95,212,75). Sum of RGB (Red+Green+Blue) = 95+212+75=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD44B is #A02BB4. Grayscale: #A1A1A1. Windows color (decimal): -10496949 or 4969567. OLE color: 4969567.
HSL color Cylindrical-coordinate representation of color #5FD44B: hue angle of 111.24º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FD44B is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 75 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.17 |
| HSL | 111.24º | 0.61% | 0.56% | - |
| HSV(B) | 111.24º | 0.65% | 0.83% | - |
| XYZ | 29.53 | 50.03 | 14.76 | - |
| YUV | 161.4 | 79.24 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 75 | 0.55 | 0 | 0.65 | 0.17 | 111.24 | 0.61 | 0.56 |
| Hex | 5F | D4 | 4B | 37 | 0 | 41 | 11 | 6F | 3D | 38 |
| Octal | 137 | 324 | 113 | 67 | 0 | 101 | 21 | 157 | 75 | 70 |
| Binary | 1011111 | 11010100 | 1001011 | 110111 | 0 | 1000001 | 10001 | 1101111 | 111101 | 111000 |
Color Harmonies of #5FD44B
Complementary color
Monochromatic Colors of #5FD44B
Black with #5FD44B
Text Example
Text Example
White with #5FD44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD44B; }
p { color: rgb(95,212,75); }
H1.HeaderClassName
{
color: #5FD44B;
}
.AnyTagClassName
{
color: #5FD44B;
}
</style>
background-color css
<style>
a { background-color: #5FD44B; }
a { background-color: rgb(95,212,75); }
div.DivClassName
{
background-color: #5FD44B;
}
.BgClassName
{
background-color: #5FD44B;
}
</style>
border-color css
<style>
span { border-color: #5FD44B; }
span { border-color: rgb(95,212,75); }
td.TdClassName
{
border-color: #5FD44B;
}
.TagClassName
{
border-color: #5FD44B;
}
</style>