Shades of Apple #5FC348
Tints of Apple #5FC348
RGB
CMYK
RGB Variations
Color information
#5FC348 (or 0x5FC348) is known color: Apple. HEX triplet: 5F, C3 and 48. RGB value is (95,195,72). Sum of RGB (Red+Green+Blue) = 95+195+72=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC348 is #A03CB7. Grayscale: #979797. Windows color (decimal): -10501304 or 4768607. OLE color: 4768607.
HSL color Cylindrical-coordinate representation of color #5FC348: hue angle of 108.78º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FC348 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 72 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.24 |
| HSL | 108.78º | 0.51% | 0.52% | - |
| HSV(B) | 108.78º | 0.63% | 0.76% | - |
| XYZ | 25.4 | 41.93 | 12.89 | - |
| YUV | 151.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 72 | 0.51 | 0 | 0.63 | 0.24 | 108.78 | 0.51 | 0.52 |
| Hex | 5F | C3 | 48 | 33 | 0 | 3F | 18 | 6D | 33 | 34 |
| Octal | 137 | 303 | 110 | 63 | 0 | 77 | 30 | 155 | 63 | 64 |
| Binary | 1011111 | 11000011 | 1001000 | 110011 | 0 | 111111 | 11000 | 1101101 | 110011 | 110100 |
Color Harmonies of #5FC348
Complementary color
Monochromatic Colors of #5FC348
Black with #5FC348
Text Example
Text Example
White with #5FC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC348; }
p { color: rgb(95,195,72); }
H1.HeaderClassName
{
color: #5FC348;
}
.AnyTagClassName
{
color: #5FC348;
}
</style>
background-color css
<style>
a { background-color: #5FC348; }
a { background-color: rgb(95,195,72); }
div.DivClassName
{
background-color: #5FC348;
}
.BgClassName
{
background-color: #5FC348;
}
</style>
border-color css
<style>
span { border-color: #5FC348; }
span { border-color: rgb(95,195,72); }
td.TdClassName
{
border-color: #5FC348;
}
.TagClassName
{
border-color: #5FC348;
}
</style>