Shades of Apple #5FC23D
Tints of Apple #5FC23D
RGB
CMYK
RGB Variations
Color information
#5FC23D (or 0x5FC23D) is known color: Apple. HEX triplet: 5F, C2 and 3D. RGB value is (95,194,61). Sum of RGB (Red+Green+Blue) = 95+194+61=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC23D is #A03DC2. Grayscale: #959595. Windows color (decimal): -10501571 or 4047455. OLE color: 4047455.
HSL color Cylindrical-coordinate representation of color #5FC23D: hue angle of 104.66º degrees, saturation: 0.52, 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 #5FC23D is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 61 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.24 |
| HSL | 104.66º | 0.52% | 0.5% | - |
| HSV(B) | 104.66º | 0.69% | 0.76% | - |
| XYZ | 24.85 | 41.35 | 11.09 | - |
| YUV | 149.24 | 78.2 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 61 | 0.51 | 0 | 0.69 | 0.24 | 104.66 | 0.52 | 0.5 |
| Hex | 5F | C2 | 3D | 33 | 0 | 45 | 18 | 69 | 34 | 32 |
| Octal | 137 | 302 | 75 | 63 | 0 | 105 | 30 | 151 | 64 | 62 |
| Binary | 1011111 | 11000010 | 111101 | 110011 | 0 | 1000101 | 11000 | 1101001 | 110100 | 110010 |
Color Harmonies of #5FC23D
Complementary color
Monochromatic Colors of #5FC23D
Black with #5FC23D
Text Example
Text Example
White with #5FC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC23D; }
p { color: rgb(95,194,61); }
H1.HeaderClassName
{
color: #5FC23D;
}
.AnyTagClassName
{
color: #5FC23D;
}
</style>
background-color css
<style>
a { background-color: #5FC23D; }
a { background-color: rgb(95,194,61); }
div.DivClassName
{
background-color: #5FC23D;
}
.BgClassName
{
background-color: #5FC23D;
}
</style>
border-color css
<style>
span { border-color: #5FC23D; }
span { border-color: rgb(95,194,61); }
td.TdClassName
{
border-color: #5FC23D;
}
.TagClassName
{
border-color: #5FC23D;
}
</style>