Shades of Apple #5FDF34
Tints of Apple #5FDF34
RGB
CMYK
RGB Variations
Color information
#5FDF34 (or 0x5FDF34) is known color: Apple. HEX triplet: 5F, DF and 34. RGB value is (95,223,52). Sum of RGB (Red+Green+Blue) = 95+223+52=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF34 is #A020CB. Grayscale: #A5A5A5. Windows color (decimal): -10494156 or 3465055. OLE color: 3465055.
HSL color Cylindrical-coordinate representation of color #5FDF34: hue angle of 104.91º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FDF34 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 52 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.13 |
| HSL | 104.91º | 0.73% | 0.54% | - |
| HSV(B) | 104.91º | 0.77% | 0.87% | - |
| XYZ | 31.73 | 55.46 | 12.28 | - |
| YUV | 165.23 | 64.09 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 52 | 0.57 | 0 | 0.77 | 0.13 | 104.91 | 0.73 | 0.54 |
| Hex | 5F | DF | 34 | 39 | 0 | 4D | D | 69 | 49 | 36 |
| Octal | 137 | 337 | 64 | 71 | 0 | 115 | 15 | 151 | 111 | 66 |
| Binary | 1011111 | 11011111 | 110100 | 111001 | 0 | 1001101 | 1101 | 1101001 | 1001001 | 110110 |
Color Harmonies of #5FDF34
Complementary color
Monochromatic Colors of #5FDF34
Black with #5FDF34
Text Example
Text Example
White with #5FDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF34; }
p { color: rgb(95,223,52); }
H1.HeaderClassName
{
color: #5FDF34;
}
.AnyTagClassName
{
color: #5FDF34;
}
</style>
background-color css
<style>
a { background-color: #5FDF34; }
a { background-color: rgb(95,223,52); }
div.DivClassName
{
background-color: #5FDF34;
}
.BgClassName
{
background-color: #5FDF34;
}
</style>
border-color css
<style>
span { border-color: #5FDF34; }
span { border-color: rgb(95,223,52); }
td.TdClassName
{
border-color: #5FDF34;
}
.TagClassName
{
border-color: #5FDF34;
}
</style>