Shades of Apple #5FD933
Tints of Apple #5FD933
RGB
CMYK
RGB Variations
Color information
#5FD933 (or 0x5FD933) is known color: Apple. HEX triplet: 5F, D9 and 33. RGB value is (95,217,51). Sum of RGB (Red+Green+Blue) = 95+217+51=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD933 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD933 is #A026CC. Grayscale: #A2A2A2. Windows color (decimal): -10495693 or 3397983. OLE color: 3397983.
HSL color Cylindrical-coordinate representation of color #5FD933: hue angle of 104.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FD933 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 51 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.15 |
| HSL | 104.1º | 0.69% | 0.53% | - |
| HSV(B) | 104.1º | 0.76% | 0.85% | - |
| XYZ | 30.13 | 52.3 | 11.64 | - |
| YUV | 161.6 | 65.58 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 51 | 0.56 | 0 | 0.76 | 0.15 | 104.1 | 0.69 | 0.53 |
| Hex | 5F | D9 | 33 | 38 | 0 | 4C | F | 68 | 45 | 35 |
| Octal | 137 | 331 | 63 | 70 | 0 | 114 | 17 | 150 | 105 | 65 |
| Binary | 1011111 | 11011001 | 110011 | 111000 | 0 | 1001100 | 1111 | 1101000 | 1000101 | 110101 |
Color Harmonies of #5FD933
Complementary color
Monochromatic Colors of #5FD933
Black with #5FD933
Text Example
Text Example
White with #5FD933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD933; }
p { color: rgb(95,217,51); }
H1.HeaderClassName
{
color: #5FD933;
}
.AnyTagClassName
{
color: #5FD933;
}
</style>
background-color css
<style>
a { background-color: #5FD933; }
a { background-color: rgb(95,217,51); }
div.DivClassName
{
background-color: #5FD933;
}
.BgClassName
{
background-color: #5FD933;
}
</style>
border-color css
<style>
span { border-color: #5FD933; }
span { border-color: rgb(95,217,51); }
td.TdClassName
{
border-color: #5FD933;
}
.TagClassName
{
border-color: #5FD933;
}
</style>