Shades of Apple #5FCE38
Tints of Apple #5FCE38
RGB
CMYK
RGB Variations
Color information
#5FCE38 (or 0x5FCE38) is known color: Apple. HEX triplet: 5F, CE and 38. RGB value is (95,206,56). Sum of RGB (Red+Green+Blue) = 95+206+56=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCE38 is #A031C7. Grayscale: #9C9C9C. Windows color (decimal): -10498504 or 3722847. OLE color: 3722847.
HSL color Cylindrical-coordinate representation of color #5FCE38: hue angle of 104.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FCE38 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 56 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.19 |
| HSL | 104.4º | 0.6% | 0.51% | - |
| HSV(B) | 104.4º | 0.73% | 0.81% | - |
| XYZ | 27.5 | 46.86 | 11.34 | - |
| YUV | 155.71 | 71.73 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 56 | 0.54 | 0 | 0.73 | 0.19 | 104.4 | 0.6 | 0.51 |
| Hex | 5F | CE | 38 | 36 | 0 | 49 | 13 | 68 | 3C | 33 |
| Octal | 137 | 316 | 70 | 66 | 0 | 111 | 23 | 150 | 74 | 63 |
| Binary | 1011111 | 11001110 | 111000 | 110110 | 0 | 1001001 | 10011 | 1101000 | 111100 | 110011 |
Color Harmonies of #5FCE38
Complementary color
Monochromatic Colors of #5FCE38
Black with #5FCE38
Text Example
Text Example
White with #5FCE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE38; }
p { color: rgb(95,206,56); }
H1.HeaderClassName
{
color: #5FCE38;
}
.AnyTagClassName
{
color: #5FCE38;
}
</style>
background-color css
<style>
a { background-color: #5FCE38; }
a { background-color: rgb(95,206,56); }
div.DivClassName
{
background-color: #5FCE38;
}
.BgClassName
{
background-color: #5FCE38;
}
</style>
border-color css
<style>
span { border-color: #5FCE38; }
span { border-color: rgb(95,206,56); }
td.TdClassName
{
border-color: #5FCE38;
}
.TagClassName
{
border-color: #5FCE38;
}
</style>