Shades of Apple #5FC23C
Tints of Apple #5FC23C
RGB
CMYK
RGB Variations
Color information
#5FC23C (or 0x5FC23C) is known color: Apple. HEX triplet: 5F, C2 and 3C. RGB value is (95,194,60). Sum of RGB (Red+Green+Blue) = 95+194+60=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC23C is #A03DC3. Grayscale: #959595. Windows color (decimal): -10501572 or 3981919. OLE color: 3981919.
HSL color Cylindrical-coordinate representation of color #5FC23C: hue angle of 104.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FC23C is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 60 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.24 |
| HSL | 104.33º | 0.53% | 0.5% | - |
| HSV(B) | 104.33º | 0.69% | 0.76% | - |
| XYZ | 24.83 | 41.34 | 10.95 | - |
| YUV | 149.12 | 77.7 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 60 | 0.51 | 0 | 0.69 | 0.24 | 104.33 | 0.53 | 0.5 |
| Hex | 5F | C2 | 3C | 33 | 0 | 45 | 18 | 68 | 35 | 32 |
| Octal | 137 | 302 | 74 | 63 | 0 | 105 | 30 | 150 | 65 | 62 |
| Binary | 1011111 | 11000010 | 111100 | 110011 | 0 | 1000101 | 11000 | 1101000 | 110101 | 110010 |
Color Harmonies of #5FC23C
Complementary color
Monochromatic Colors of #5FC23C
Black with #5FC23C
Text Example
Text Example
White with #5FC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC23C; }
p { color: rgb(95,194,60); }
H1.HeaderClassName
{
color: #5FC23C;
}
.AnyTagClassName
{
color: #5FC23C;
}
</style>
background-color css
<style>
a { background-color: #5FC23C; }
a { background-color: rgb(95,194,60); }
div.DivClassName
{
background-color: #5FC23C;
}
.BgClassName
{
background-color: #5FC23C;
}
</style>
border-color css
<style>
span { border-color: #5FC23C; }
span { border-color: rgb(95,194,60); }
td.TdClassName
{
border-color: #5FC23C;
}
.TagClassName
{
border-color: #5FC23C;
}
</style>