Shades of Apple #5FE133
Tints of Apple #5FE133
RGB
CMYK
RGB Variations
Color information
#5FE133 (or 0x5FE133) is known color: Apple. HEX triplet: 5F, E1 and 33. RGB value is (95,225,51). Sum of RGB (Red+Green+Blue) = 95+225+51=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE133 is #A01ECC. Grayscale: #A6A6A6. Windows color (decimal): -10493645 or 3400031. OLE color: 3400031.
HSL color Cylindrical-coordinate representation of color #5FE133: hue angle of 104.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FE133 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 51 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.12 |
| HSL | 104.83º | 0.74% | 0.54% | - |
| HSV(B) | 104.83º | 0.77% | 0.88% | - |
| XYZ | 32.24 | 56.52 | 12.34 | - |
| YUV | 166.29 | 62.93 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 51 | 0.58 | 0 | 0.77 | 0.12 | 104.83 | 0.74 | 0.54 |
| Hex | 5F | E1 | 33 | 3A | 0 | 4D | C | 69 | 4A | 36 |
| Octal | 137 | 341 | 63 | 72 | 0 | 115 | 14 | 151 | 112 | 66 |
| Binary | 1011111 | 11100001 | 110011 | 111010 | 0 | 1001101 | 1100 | 1101001 | 1001010 | 110110 |
Color Harmonies of #5FE133
Complementary color
Monochromatic Colors of #5FE133
Black with #5FE133
Text Example
Text Example
White with #5FE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE133; }
p { color: rgb(95,225,51); }
H1.HeaderClassName
{
color: #5FE133;
}
.AnyTagClassName
{
color: #5FE133;
}
</style>
background-color css
<style>
a { background-color: #5FE133; }
a { background-color: rgb(95,225,51); }
div.DivClassName
{
background-color: #5FE133;
}
.BgClassName
{
background-color: #5FE133;
}
</style>
border-color css
<style>
span { border-color: #5FE133; }
span { border-color: rgb(95,225,51); }
td.TdClassName
{
border-color: #5FE133;
}
.TagClassName
{
border-color: #5FE133;
}
</style>