Shades of Apple #5FC038
Tints of Apple #5FC038
RGB
CMYK
RGB Variations
Color information
#5FC038 (or 0x5FC038) is known color: Apple. HEX triplet: 5F, C0 and 38. RGB value is (95,192,56). Sum of RGB (Red+Green+Blue) = 95+192+56=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC038 is #A03FC7. Grayscale: #939393. Windows color (decimal): -10502088 or 3719263. OLE color: 3719263.
HSL color Cylindrical-coordinate representation of color #5FC038: hue angle of 102.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FC038 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 56 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.25 |
| HSL | 102.79º | 0.55% | 0.49% | - |
| HSV(B) | 102.79º | 0.71% | 0.75% | - |
| XYZ | 24.28 | 40.42 | 10.26 | - |
| YUV | 147.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 56 | 0.51 | 0 | 0.71 | 0.25 | 102.79 | 0.55 | 0.49 |
| Hex | 5F | C0 | 38 | 33 | 0 | 47 | 19 | 67 | 37 | 31 |
| Octal | 137 | 300 | 70 | 63 | 0 | 107 | 31 | 147 | 67 | 61 |
| Binary | 1011111 | 11000000 | 111000 | 110011 | 0 | 1000111 | 11001 | 1100111 | 110111 | 110001 |
Color Harmonies of #5FC038
Complementary color
Monochromatic Colors of #5FC038
Black with #5FC038
Text Example
Text Example
White with #5FC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC038; }
p { color: rgb(95,192,56); }
H1.HeaderClassName
{
color: #5FC038;
}
.AnyTagClassName
{
color: #5FC038;
}
</style>
background-color css
<style>
a { background-color: #5FC038; }
a { background-color: rgb(95,192,56); }
div.DivClassName
{
background-color: #5FC038;
}
.BgClassName
{
background-color: #5FC038;
}
</style>
border-color css
<style>
span { border-color: #5FC038; }
span { border-color: rgb(95,192,56); }
td.TdClassName
{
border-color: #5FC038;
}
.TagClassName
{
border-color: #5FC038;
}
</style>