Shades of Apple #5FC536
Tints of Apple #5FC536
RGB
CMYK
RGB Variations
Color information
#5FC536 (or 0x5FC536) is known color: Apple. HEX triplet: 5F, C5 and 36. RGB value is (95,197,54). Sum of RGB (Red+Green+Blue) = 95+197+54=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC536 is #A03AC9. Grayscale: #969696. Windows color (decimal): -10500810 or 3589471. OLE color: 3589471.
HSL color Cylindrical-coordinate representation of color #5FC536: hue angle of 102.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FC536 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 54 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.23 |
| HSL | 102.8º | 0.57% | 0.49% | - |
| HSV(B) | 102.8º | 0.73% | 0.77% | - |
| XYZ | 25.35 | 42.63 | 10.38 | - |
| YUV | 150.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 54 | 0.52 | 0 | 0.73 | 0.23 | 102.8 | 0.57 | 0.49 |
| Hex | 5F | C5 | 36 | 34 | 0 | 49 | 17 | 67 | 39 | 31 |
| Octal | 137 | 305 | 66 | 64 | 0 | 111 | 27 | 147 | 71 | 61 |
| Binary | 1011111 | 11000101 | 110110 | 110100 | 0 | 1001001 | 10111 | 1100111 | 111001 | 110001 |
Color Harmonies of #5FC536
Complementary color
Monochromatic Colors of #5FC536
Black with #5FC536
Text Example
Text Example
White with #5FC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC536; }
p { color: rgb(95,197,54); }
H1.HeaderClassName
{
color: #5FC536;
}
.AnyTagClassName
{
color: #5FC536;
}
</style>
background-color css
<style>
a { background-color: #5FC536; }
a { background-color: rgb(95,197,54); }
div.DivClassName
{
background-color: #5FC536;
}
.BgClassName
{
background-color: #5FC536;
}
</style>
border-color css
<style>
span { border-color: #5FC536; }
span { border-color: rgb(95,197,54); }
td.TdClassName
{
border-color: #5FC536;
}
.TagClassName
{
border-color: #5FC536;
}
</style>