Shades of Apple #5FCB38
Tints of Apple #5FCB38
RGB
CMYK
RGB Variations
Color information
#5FCB38 (or 0x5FCB38) is known color: Apple. HEX triplet: 5F, CB and 38. RGB value is (95,203,56). Sum of RGB (Red+Green+Blue) = 95+203+56=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB38 is #A034C7. Grayscale: #9A9A9A. Windows color (decimal): -10499272 or 3722079. OLE color: 3722079.
HSL color Cylindrical-coordinate representation of color #5FCB38: hue angle of 104.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FCB38 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 56 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.20 |
| HSL | 104.08º | 0.59% | 0.51% | - |
| HSV(B) | 104.08º | 0.72% | 0.8% | - |
| XYZ | 26.79 | 45.43 | 11.1 | - |
| YUV | 153.95 | 72.72 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 56 | 0.53 | 0 | 0.72 | 0.20 | 104.08 | 0.59 | 0.51 |
| Hex | 5F | CB | 38 | 35 | 0 | 48 | 14 | 68 | 3B | 33 |
| Octal | 137 | 313 | 70 | 65 | 0 | 110 | 24 | 150 | 73 | 63 |
| Binary | 1011111 | 11001011 | 111000 | 110101 | 0 | 1001000 | 10100 | 1101000 | 111011 | 110011 |
Color Harmonies of #5FCB38
Complementary color
Monochromatic Colors of #5FCB38
Black with #5FCB38
Text Example
Text Example
White with #5FCB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB38; }
p { color: rgb(95,203,56); }
H1.HeaderClassName
{
color: #5FCB38;
}
.AnyTagClassName
{
color: #5FCB38;
}
</style>
background-color css
<style>
a { background-color: #5FCB38; }
a { background-color: rgb(95,203,56); }
div.DivClassName
{
background-color: #5FCB38;
}
.BgClassName
{
background-color: #5FCB38;
}
</style>
border-color css
<style>
span { border-color: #5FCB38; }
span { border-color: rgb(95,203,56); }
td.TdClassName
{
border-color: #5FCB38;
}
.TagClassName
{
border-color: #5FCB38;
}
</style>