Shades of Apple #5FCD36
Tints of Apple #5FCD36
RGB
CMYK
RGB Variations
Color information
#5FCD36 (or 0x5FCD36) is known color: Apple. HEX triplet: 5F, CD and 36. RGB value is (95,205,54). Sum of RGB (Red+Green+Blue) = 95+205+54=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD36 is #A032C9. Grayscale: #9B9B9B. Windows color (decimal): -10498762 or 3591519. OLE color: 3591519.
HSL color Cylindrical-coordinate representation of color #5FCD36: hue angle of 103.71º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FCD36 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 54 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.20 |
| HSL | 103.71º | 0.6% | 0.51% | - |
| HSV(B) | 103.71º | 0.74% | 0.8% | - |
| XYZ | 27.22 | 46.36 | 11 | - |
| YUV | 154.9 | 71.06 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 54 | 0.54 | 0 | 0.74 | 0.20 | 103.71 | 0.6 | 0.51 |
| Hex | 5F | CD | 36 | 36 | 0 | 4A | 14 | 68 | 3C | 33 |
| Octal | 137 | 315 | 66 | 66 | 0 | 112 | 24 | 150 | 74 | 63 |
| Binary | 1011111 | 11001101 | 110110 | 110110 | 0 | 1001010 | 10100 | 1101000 | 111100 | 110011 |
Color Harmonies of #5FCD36
Complementary color
Monochromatic Colors of #5FCD36
Black with #5FCD36
Text Example
Text Example
White with #5FCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD36; }
p { color: rgb(95,205,54); }
H1.HeaderClassName
{
color: #5FCD36;
}
.AnyTagClassName
{
color: #5FCD36;
}
</style>
background-color css
<style>
a { background-color: #5FCD36; }
a { background-color: rgb(95,205,54); }
div.DivClassName
{
background-color: #5FCD36;
}
.BgClassName
{
background-color: #5FCD36;
}
</style>
border-color css
<style>
span { border-color: #5FCD36; }
span { border-color: rgb(95,205,54); }
td.TdClassName
{
border-color: #5FCD36;
}
.TagClassName
{
border-color: #5FCD36;
}
</style>