Shades of Apple #5FCB4D
Tints of Apple #5FCB4D
RGB
CMYK
RGB Variations
Color information
#5FCB4D (or 0x5FCB4D) is known color: Apple. HEX triplet: 5F, CB and 4D. RGB value is (95,203,77). Sum of RGB (Red+Green+Blue) = 95+203+77=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB4D is #A034B2. Grayscale: #9C9C9C. Windows color (decimal): -10499251 or 5098335. OLE color: 5098335.
HSL color Cylindrical-coordinate representation of color #5FCB4D: hue angle of 111.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCB4D is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 77 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.20 |
| HSL | 111.43º | 0.55% | 0.55% | - |
| HSV(B) | 111.43º | 0.62% | 0.8% | - |
| XYZ | 27.41 | 45.68 | 14.39 | - |
| YUV | 156.34 | 83.22 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 77 | 0.53 | 0 | 0.62 | 0.20 | 111.43 | 0.55 | 0.55 |
| Hex | 5F | CB | 4D | 35 | 0 | 3E | 14 | 6F | 37 | 37 |
| Octal | 137 | 313 | 115 | 65 | 0 | 76 | 24 | 157 | 67 | 67 |
| Binary | 1011111 | 11001011 | 1001101 | 110101 | 0 | 111110 | 10100 | 1101111 | 110111 | 110111 |
Color Harmonies of #5FCB4D
Complementary color
Monochromatic Colors of #5FCB4D
Black with #5FCB4D
Text Example
Text Example
White with #5FCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB4D; }
p { color: rgb(95,203,77); }
H1.HeaderClassName
{
color: #5FCB4D;
}
.AnyTagClassName
{
color: #5FCB4D;
}
</style>
background-color css
<style>
a { background-color: #5FCB4D; }
a { background-color: rgb(95,203,77); }
div.DivClassName
{
background-color: #5FCB4D;
}
.BgClassName
{
background-color: #5FCB4D;
}
</style>
border-color css
<style>
span { border-color: #5FCB4D; }
span { border-color: rgb(95,203,77); }
td.TdClassName
{
border-color: #5FCB4D;
}
.TagClassName
{
border-color: #5FCB4D;
}
</style>