Shades of Apple #5FE23C
Tints of Apple #5FE23C
RGB
CMYK
RGB Variations
Color information
#5FE23C (or 0x5FE23C) is known color: Apple. HEX triplet: 5F, E2 and 3C. RGB value is (95,226,60). Sum of RGB (Red+Green+Blue) = 95+226+60=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 226 (88.67% from 255 or 59.32% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE23C is #A01DC3. Grayscale: #A8A8A8. Windows color (decimal): -10493380 or 3990111. OLE color: 3990111.
HSL color Cylindrical-coordinate representation of color #5FE23C: hue angle of 107.35º 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 #5FE23C is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 60 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.11 |
| HSL | 107.35º | 0.74% | 0.56% | - |
| HSV(B) | 107.35º | 0.73% | 0.89% | - |
| XYZ | 32.73 | 57.15 | 13.58 | - |
| YUV | 167.91 | 67.1 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 60 | 0.58 | 0 | 0.73 | 0.11 | 107.35 | 0.74 | 0.56 |
| Hex | 5F | E2 | 3C | 3A | 0 | 49 | B | 6B | 4A | 38 |
| Octal | 137 | 342 | 74 | 72 | 0 | 111 | 13 | 153 | 112 | 70 |
| Binary | 1011111 | 11100010 | 111100 | 111010 | 0 | 1001001 | 1011 | 1101011 | 1001010 | 111000 |
Color Harmonies of #5FE23C
Complementary color
Monochromatic Colors of #5FE23C
Black with #5FE23C
Text Example
Text Example
White with #5FE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE23C; }
p { color: rgb(95,226,60); }
H1.HeaderClassName
{
color: #5FE23C;
}
.AnyTagClassName
{
color: #5FE23C;
}
</style>
background-color css
<style>
a { background-color: #5FE23C; }
a { background-color: rgb(95,226,60); }
div.DivClassName
{
background-color: #5FE23C;
}
.BgClassName
{
background-color: #5FE23C;
}
</style>
border-color css
<style>
span { border-color: #5FE23C; }
span { border-color: rgb(95,226,60); }
td.TdClassName
{
border-color: #5FE23C;
}
.TagClassName
{
border-color: #5FE23C;
}
</style>