Shades of Apple #5FCD38
Tints of Apple #5FCD38
RGB
CMYK
RGB Variations
Color information
#5FCD38 (or 0x5FCD38) is known color: Apple. HEX triplet: 5F, CD and 38. RGB value is (95,205,56). Sum of RGB (Red+Green+Blue) = 95+205+56=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD38 is #A032C7. Grayscale: #9B9B9B. Windows color (decimal): -10498760 or 3722591. OLE color: 3722591.
HSL color Cylindrical-coordinate representation of color #5FCD38: hue angle of 104.3º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FCD38 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 56 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.20 |
| HSL | 104.3º | 0.6% | 0.51% | - |
| HSV(B) | 104.3º | 0.73% | 0.8% | - |
| XYZ | 27.26 | 46.38 | 11.26 | - |
| YUV | 155.12 | 72.06 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 56 | 0.54 | 0 | 0.73 | 0.20 | 104.3 | 0.6 | 0.51 |
| Hex | 5F | CD | 38 | 36 | 0 | 49 | 14 | 68 | 3C | 33 |
| Octal | 137 | 315 | 70 | 66 | 0 | 111 | 24 | 150 | 74 | 63 |
| Binary | 1011111 | 11001101 | 111000 | 110110 | 0 | 1001001 | 10100 | 1101000 | 111100 | 110011 |
Color Harmonies of #5FCD38
Complementary color
Monochromatic Colors of #5FCD38
Black with #5FCD38
Text Example
Text Example
White with #5FCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD38; }
p { color: rgb(95,205,56); }
H1.HeaderClassName
{
color: #5FCD38;
}
.AnyTagClassName
{
color: #5FCD38;
}
</style>
background-color css
<style>
a { background-color: #5FCD38; }
a { background-color: rgb(95,205,56); }
div.DivClassName
{
background-color: #5FCD38;
}
.BgClassName
{
background-color: #5FCD38;
}
</style>
border-color css
<style>
span { border-color: #5FCD38; }
span { border-color: rgb(95,205,56); }
td.TdClassName
{
border-color: #5FCD38;
}
.TagClassName
{
border-color: #5FCD38;
}
</style>