Shades of Apple #5FC733
Tints of Apple #5FC733
RGB
CMYK
RGB Variations
Color information
#5FC733 (or 0x5FC733) is known color: Apple. HEX triplet: 5F, C7 and 33. RGB value is (95,199,51). Sum of RGB (Red+Green+Blue) = 95+199+51=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC733 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC733 is #A038CC. Grayscale: #979797. Windows color (decimal): -10500301 or 3393375. OLE color: 3393375.
HSL color Cylindrical-coordinate representation of color #5FC733: hue angle of 102.16º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FC733 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 51 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.22 |
| HSL | 102.16º | 0.59% | 0.49% | - |
| HSV(B) | 102.16º | 0.74% | 0.78% | - |
| XYZ | 25.74 | 43.52 | 10.18 | - |
| YUV | 151.03 | 71.54 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 51 | 0.52 | 0 | 0.74 | 0.22 | 102.16 | 0.59 | 0.49 |
| Hex | 5F | C7 | 33 | 34 | 0 | 4A | 16 | 66 | 3B | 31 |
| Octal | 137 | 307 | 63 | 64 | 0 | 112 | 26 | 146 | 73 | 61 |
| Binary | 1011111 | 11000111 | 110011 | 110100 | 0 | 1001010 | 10110 | 1100110 | 111011 | 110001 |
Color Harmonies of #5FC733
Complementary color
Monochromatic Colors of #5FC733
Black with #5FC733
Text Example
Text Example
White with #5FC733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC733; }
p { color: rgb(95,199,51); }
H1.HeaderClassName
{
color: #5FC733;
}
.AnyTagClassName
{
color: #5FC733;
}
</style>
background-color css
<style>
a { background-color: #5FC733; }
a { background-color: rgb(95,199,51); }
div.DivClassName
{
background-color: #5FC733;
}
.BgClassName
{
background-color: #5FC733;
}
</style>
border-color css
<style>
span { border-color: #5FC733; }
span { border-color: rgb(95,199,51); }
td.TdClassName
{
border-color: #5FC733;
}
.TagClassName
{
border-color: #5FC733;
}
</style>