Shades of Apple #5FD34B
Tints of Apple #5FD34B
RGB
CMYK
RGB Variations
Color information
#5FD34B (or 0x5FD34B) is known color: Apple. HEX triplet: 5F, D3 and 4B. RGB value is (95,211,75). Sum of RGB (Red+Green+Blue) = 95+211+75=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD34B is #A02CB4. Grayscale: #A1A1A1. Windows color (decimal): -10497205 or 4969311. OLE color: 4969311.
HSL color Cylindrical-coordinate representation of color #5FD34B: hue angle of 111.18º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FD34B is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 75 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.17 |
| HSL | 111.18º | 0.61% | 0.56% | - |
| HSV(B) | 111.18º | 0.64% | 0.83% | - |
| XYZ | 29.28 | 49.53 | 14.67 | - |
| YUV | 160.81 | 79.57 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 75 | 0.55 | 0 | 0.64 | 0.17 | 111.18 | 0.61 | 0.56 |
| Hex | 5F | D3 | 4B | 37 | 0 | 40 | 11 | 6F | 3D | 38 |
| Octal | 137 | 323 | 113 | 67 | 0 | 100 | 21 | 157 | 75 | 70 |
| Binary | 1011111 | 11010011 | 1001011 | 110111 | 0 | 1000000 | 10001 | 1101111 | 111101 | 111000 |
Color Harmonies of #5FD34B
Complementary color
Monochromatic Colors of #5FD34B
Black with #5FD34B
Text Example
Text Example
White with #5FD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD34B; }
p { color: rgb(95,211,75); }
H1.HeaderClassName
{
color: #5FD34B;
}
.AnyTagClassName
{
color: #5FD34B;
}
</style>
background-color css
<style>
a { background-color: #5FD34B; }
a { background-color: rgb(95,211,75); }
div.DivClassName
{
background-color: #5FD34B;
}
.BgClassName
{
background-color: #5FD34B;
}
</style>
border-color css
<style>
span { border-color: #5FD34B; }
span { border-color: rgb(95,211,75); }
td.TdClassName
{
border-color: #5FD34B;
}
.TagClassName
{
border-color: #5FD34B;
}
</style>