Shades of Apple #5FB433
Tints of Apple #5FB433
RGB
CMYK
RGB Variations
Color information
#5FB433 (or 0x5FB433) is known color: Apple. HEX triplet: 5F, B4 and 33. RGB value is (95,180,51). Sum of RGB (Red+Green+Blue) = 95+180+51=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB433 is #A04BCC. Grayscale: #8C8C8C. Windows color (decimal): -10505165 or 3388511. OLE color: 3388511.
HSL color Cylindrical-coordinate representation of color #5FB433: hue angle of 99.53º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FB433 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 51 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.29 |
| HSL | 99.53º | 0.56% | 0.45% | - |
| HSV(B) | 99.53º | 0.72% | 0.71% | - |
| XYZ | 21.64 | 35.31 | 8.81 | - |
| YUV | 139.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 51 | 0.47 | 0 | 0.72 | 0.29 | 99.53 | 0.56 | 0.45 |
| Hex | 5F | B4 | 33 | 2F | 0 | 48 | 1D | 64 | 38 | 2D |
| Octal | 137 | 264 | 63 | 57 | 0 | 110 | 35 | 144 | 70 | 55 |
| Binary | 1011111 | 10110100 | 110011 | 101111 | 0 | 1001000 | 11101 | 1100100 | 111000 | 101101 |
Color Harmonies of #5FB433
Complementary color
Monochromatic Colors of #5FB433
Black with #5FB433
Text Example
Text Example
White with #5FB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB433; }
p { color: rgb(95,180,51); }
H1.HeaderClassName
{
color: #5FB433;
}
.AnyTagClassName
{
color: #5FB433;
}
</style>
background-color css
<style>
a { background-color: #5FB433; }
a { background-color: rgb(95,180,51); }
div.DivClassName
{
background-color: #5FB433;
}
.BgClassName
{
background-color: #5FB433;
}
</style>
border-color css
<style>
span { border-color: #5FB433; }
span { border-color: rgb(95,180,51); }
td.TdClassName
{
border-color: #5FB433;
}
.TagClassName
{
border-color: #5FB433;
}
</style>