Shades of Apple #5FC334
Tints of Apple #5FC334
RGB
CMYK
RGB Variations
Color information
#5FC334 (or 0x5FC334) is known color: Apple. HEX triplet: 5F, C3 and 34. RGB value is (95,195,52). Sum of RGB (Red+Green+Blue) = 95+195+52=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC334 is #A03CCB. Grayscale: #959595. Windows color (decimal): -10501324 or 3457887. OLE color: 3457887.
HSL color Cylindrical-coordinate representation of color #5FC334: hue angle of 101.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FC334 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 52 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.24 |
| HSL | 101.96º | 0.58% | 0.48% | - |
| HSV(B) | 101.96º | 0.73% | 0.76% | - |
| XYZ | 24.85 | 41.71 | 9.99 | - |
| YUV | 148.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 52 | 0.51 | 0 | 0.73 | 0.24 | 101.96 | 0.58 | 0.48 |
| Hex | 5F | C3 | 34 | 33 | 0 | 49 | 18 | 66 | 3A | 30 |
| Octal | 137 | 303 | 64 | 63 | 0 | 111 | 30 | 146 | 72 | 60 |
| Binary | 1011111 | 11000011 | 110100 | 110011 | 0 | 1001001 | 11000 | 1100110 | 111010 | 110000 |
Color Harmonies of #5FC334
Complementary color
Monochromatic Colors of #5FC334
Black with #5FC334
Text Example
Text Example
White with #5FC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC334; }
p { color: rgb(95,195,52); }
H1.HeaderClassName
{
color: #5FC334;
}
.AnyTagClassName
{
color: #5FC334;
}
</style>
background-color css
<style>
a { background-color: #5FC334; }
a { background-color: rgb(95,195,52); }
div.DivClassName
{
background-color: #5FC334;
}
.BgClassName
{
background-color: #5FC334;
}
</style>
border-color css
<style>
span { border-color: #5FC334; }
span { border-color: rgb(95,195,52); }
td.TdClassName
{
border-color: #5FC334;
}
.TagClassName
{
border-color: #5FC334;
}
</style>