Shades of Apple #5FC833
Tints of Apple #5FC833
RGB
CMYK
RGB Variations
Color information
#5FC833 (or 0x5FC833) is known color: Apple. HEX triplet: 5F, C8 and 33. RGB value is (95,200,51). Sum of RGB (Red+Green+Blue) = 95+200+51=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC833 is #A037CC. Grayscale: #989898. Windows color (decimal): -10500045 or 3393631. OLE color: 3393631.
HSL color Cylindrical-coordinate representation of color #5FC833: hue angle of 102.28º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FC833 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 51 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.22 |
| HSL | 102.28º | 0.59% | 0.49% | - |
| HSV(B) | 102.28º | 0.75% | 0.78% | - |
| XYZ | 25.97 | 43.98 | 10.25 | - |
| YUV | 151.62 | 71.21 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 51 | 0.52 | 0 | 0.74 | 0.22 | 102.28 | 0.59 | 0.49 |
| Hex | 5F | C8 | 33 | 34 | 0 | 4A | 16 | 66 | 3B | 31 |
| Octal | 137 | 310 | 63 | 64 | 0 | 112 | 26 | 146 | 73 | 61 |
| Binary | 1011111 | 11001000 | 110011 | 110100 | 0 | 1001010 | 10110 | 1100110 | 111011 | 110001 |
Color Harmonies of #5FC833
Complementary color
Monochromatic Colors of #5FC833
Black with #5FC833
Text Example
Text Example
White with #5FC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC833; }
p { color: rgb(95,200,51); }
H1.HeaderClassName
{
color: #5FC833;
}
.AnyTagClassName
{
color: #5FC833;
}
</style>
background-color css
<style>
a { background-color: #5FC833; }
a { background-color: rgb(95,200,51); }
div.DivClassName
{
background-color: #5FC833;
}
.BgClassName
{
background-color: #5FC833;
}
</style>
border-color css
<style>
span { border-color: #5FC833; }
span { border-color: rgb(95,200,51); }
td.TdClassName
{
border-color: #5FC833;
}
.TagClassName
{
border-color: #5FC833;
}
</style>