Shades of Apple #5FD231
Tints of Apple #5FD231
RGB
CMYK
RGB Variations
Color information
#5FD231 (or 0x5FD231) is known color: Apple. HEX triplet: 5F, D2 and 31. RGB value is (95,210,49). Sum of RGB (Red+Green+Blue) = 95+210+49=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD231 is #A02DCE. Grayscale: #9D9D9D. Windows color (decimal): -10497487 or 3265119. OLE color: 3265119.
HSL color Cylindrical-coordinate representation of color #5FD231: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FD231 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 49 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.18 |
| HSL | 102.86º | 0.64% | 0.51% | - |
| HSV(B) | 102.86º | 0.77% | 0.82% | - |
| XYZ | 28.32 | 48.75 | 10.82 | - |
| YUV | 157.26 | 66.9 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 49 | 0.55 | 0 | 0.77 | 0.18 | 102.86 | 0.64 | 0.51 |
| Hex | 5F | D2 | 31 | 37 | 0 | 4D | 12 | 67 | 40 | 33 |
| Octal | 137 | 322 | 61 | 67 | 0 | 115 | 22 | 147 | 100 | 63 |
| Binary | 1011111 | 11010010 | 110001 | 110111 | 0 | 1001101 | 10010 | 1100111 | 1000000 | 110011 |
Color Harmonies of #5FD231
Complementary color
Monochromatic Colors of #5FD231
Black with #5FD231
Text Example
Text Example
White with #5FD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD231; }
p { color: rgb(95,210,49); }
H1.HeaderClassName
{
color: #5FD231;
}
.AnyTagClassName
{
color: #5FD231;
}
</style>
background-color css
<style>
a { background-color: #5FD231; }
a { background-color: rgb(95,210,49); }
div.DivClassName
{
background-color: #5FD231;
}
.BgClassName
{
background-color: #5FD231;
}
</style>
border-color css
<style>
span { border-color: #5FD231; }
span { border-color: rgb(95,210,49); }
td.TdClassName
{
border-color: #5FD231;
}
.TagClassName
{
border-color: #5FD231;
}
</style>