Shades of Apple #5FD43D
Tints of Apple #5FD43D
RGB
CMYK
RGB Variations
Color information
#5FD43D (or 0x5FD43D) is known color: Apple. HEX triplet: 5F, D4 and 3D. RGB value is (95,212,61). Sum of RGB (Red+Green+Blue) = 95+212+61=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD43D is #A02BC2. Grayscale: #A0A0A0. Windows color (decimal): -10496963 or 4052063. OLE color: 4052063.
HSL color Cylindrical-coordinate representation of color #5FD43D: hue angle of 106.49º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FD43D is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 61 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.17 |
| HSL | 106.49º | 0.64% | 0.54% | - |
| HSV(B) | 106.49º | 0.71% | 0.83% | - |
| XYZ | 29.11 | 49.86 | 12.5 | - |
| YUV | 159.8 | 72.24 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 61 | 0.55 | 0 | 0.71 | 0.17 | 106.49 | 0.64 | 0.54 |
| Hex | 5F | D4 | 3D | 37 | 0 | 47 | 11 | 6A | 40 | 36 |
| Octal | 137 | 324 | 75 | 67 | 0 | 107 | 21 | 152 | 100 | 66 |
| Binary | 1011111 | 11010100 | 111101 | 110111 | 0 | 1000111 | 10001 | 1101010 | 1000000 | 110110 |
Color Harmonies of #5FD43D
Complementary color
Monochromatic Colors of #5FD43D
Black with #5FD43D
Text Example
Text Example
White with #5FD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD43D; }
p { color: rgb(95,212,61); }
H1.HeaderClassName
{
color: #5FD43D;
}
.AnyTagClassName
{
color: #5FD43D;
}
</style>
background-color css
<style>
a { background-color: #5FD43D; }
a { background-color: rgb(95,212,61); }
div.DivClassName
{
background-color: #5FD43D;
}
.BgClassName
{
background-color: #5FD43D;
}
</style>
border-color css
<style>
span { border-color: #5FD43D; }
span { border-color: rgb(95,212,61); }
td.TdClassName
{
border-color: #5FD43D;
}
.TagClassName
{
border-color: #5FD43D;
}
</style>