Shades of Apple #5FE23F
Tints of Apple #5FE23F
RGB
CMYK
RGB Variations
Color information
#5FE23F (or 0x5FE23F) is known color: Apple. HEX triplet: 5F, E2 and 3F. RGB value is (95,226,63). Sum of RGB (Red+Green+Blue) = 95+226+63=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 226 (88.67% from 255 or 58.85% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE23F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE23F is #A01DC0. Grayscale: #A8A8A8. Windows color (decimal): -10493377 or 4186719. OLE color: 4186719.
HSL color Cylindrical-coordinate representation of color #5FE23F: hue angle of 108.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FE23F is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 63 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.11 |
| HSL | 108.22º | 0.74% | 0.57% | - |
| HSV(B) | 108.22º | 0.72% | 0.89% | - |
| XYZ | 32.81 | 57.18 | 14.01 | - |
| YUV | 168.25 | 68.6 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 63 | 0.58 | 0 | 0.72 | 0.11 | 108.22 | 0.74 | 0.57 |
| Hex | 5F | E2 | 3F | 3A | 0 | 48 | B | 6C | 4A | 39 |
| Octal | 137 | 342 | 77 | 72 | 0 | 110 | 13 | 154 | 112 | 71 |
| Binary | 1011111 | 11100010 | 111111 | 111010 | 0 | 1001000 | 1011 | 1101100 | 1001010 | 111001 |
Color Harmonies of #5FE23F
Complementary color
Monochromatic Colors of #5FE23F
Black with #5FE23F
Text Example
Text Example
White with #5FE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE23F; }
p { color: rgb(95,226,63); }
H1.HeaderClassName
{
color: #5FE23F;
}
.AnyTagClassName
{
color: #5FE23F;
}
</style>
background-color css
<style>
a { background-color: #5FE23F; }
a { background-color: rgb(95,226,63); }
div.DivClassName
{
background-color: #5FE23F;
}
.BgClassName
{
background-color: #5FE23F;
}
</style>
border-color css
<style>
span { border-color: #5FE23F; }
span { border-color: rgb(95,226,63); }
td.TdClassName
{
border-color: #5FE23F;
}
.TagClassName
{
border-color: #5FE23F;
}
</style>