Shades of Apple #5FB22D
Tints of Apple #5FB22D
RGB
CMYK
RGB Variations
Color information
#5FB22D (or 0x5FB22D) is known color: Apple. HEX triplet: 5F, B2 and 2D. RGB value is (95,178,45). Sum of RGB (Red+Green+Blue) = 95+178+45=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB22D is #A04DD2. Grayscale: #8A8A8A. Windows color (decimal): -10505683 or 2994783. OLE color: 2994783.
HSL color Cylindrical-coordinate representation of color #5FB22D: hue angle of 97.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FB22D is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 178 | 45 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.30 |
| HSL | 97.44º | 0.6% | 0.44% | - |
| HSV(B) | 97.44º | 0.75% | 0.7% | - |
| XYZ | 21.11 | 34.46 | 8.02 | - |
| YUV | 138.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 178 | 45 | 0.47 | 0 | 0.75 | 0.30 | 97.44 | 0.6 | 0.44 |
| Hex | 5F | B2 | 2D | 2F | 0 | 4B | 1E | 61 | 3C | 2C |
| Octal | 137 | 262 | 55 | 57 | 0 | 113 | 36 | 141 | 74 | 54 |
| Binary | 1011111 | 10110010 | 101101 | 101111 | 0 | 1001011 | 11110 | 1100001 | 111100 | 101100 |
Color Harmonies of #5FB22D
Complementary color
Monochromatic Colors of #5FB22D
Black with #5FB22D
Text Example
Text Example
White with #5FB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB22D; }
p { color: rgb(95,178,45); }
H1.HeaderClassName
{
color: #5FB22D;
}
.AnyTagClassName
{
color: #5FB22D;
}
</style>
background-color css
<style>
a { background-color: #5FB22D; }
a { background-color: rgb(95,178,45); }
div.DivClassName
{
background-color: #5FB22D;
}
.BgClassName
{
background-color: #5FB22D;
}
</style>
border-color css
<style>
span { border-color: #5FB22D; }
span { border-color: rgb(95,178,45); }
td.TdClassName
{
border-color: #5FB22D;
}
.TagClassName
{
border-color: #5FB22D;
}
</style>