Shades of Apple #5FE23D
Tints of Apple #5FE23D
RGB
CMYK
RGB Variations
Color information
#5FE23D (or 0x5FE23D) is known color: Apple. HEX triplet: 5F, E2 and 3D. RGB value is (95,226,61). Sum of RGB (Red+Green+Blue) = 95+226+61=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 226 (88.67% from 255 or 59.16% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE23D is #A01DC2. Grayscale: #A8A8A8. Windows color (decimal): -10493379 or 4055647. OLE color: 4055647.
HSL color Cylindrical-coordinate representation of color #5FE23D: hue angle of 107.64º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FE23D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 61 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.11 |
| HSL | 107.64º | 0.74% | 0.56% | - |
| HSV(B) | 107.64º | 0.73% | 0.89% | - |
| XYZ | 32.76 | 57.16 | 13.72 | - |
| YUV | 168.02 | 67.6 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 61 | 0.58 | 0 | 0.73 | 0.11 | 107.64 | 0.74 | 0.56 |
| Hex | 5F | E2 | 3D | 3A | 0 | 49 | B | 6C | 4A | 38 |
| Octal | 137 | 342 | 75 | 72 | 0 | 111 | 13 | 154 | 112 | 70 |
| Binary | 1011111 | 11100010 | 111101 | 111010 | 0 | 1001001 | 1011 | 1101100 | 1001010 | 111000 |
Color Harmonies of #5FE23D
Complementary color
Monochromatic Colors of #5FE23D
Black with #5FE23D
Text Example
Text Example
White with #5FE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE23D; }
p { color: rgb(95,226,61); }
H1.HeaderClassName
{
color: #5FE23D;
}
.AnyTagClassName
{
color: #5FE23D;
}
</style>
background-color css
<style>
a { background-color: #5FE23D; }
a { background-color: rgb(95,226,61); }
div.DivClassName
{
background-color: #5FE23D;
}
.BgClassName
{
background-color: #5FE23D;
}
</style>
border-color css
<style>
span { border-color: #5FE23D; }
span { border-color: rgb(95,226,61); }
td.TdClassName
{
border-color: #5FE23D;
}
.TagClassName
{
border-color: #5FE23D;
}
</style>