Shades of Apple #5FC34B
Tints of Apple #5FC34B
RGB
CMYK
RGB Variations
Color information
#5FC34B (or 0x5FC34B) is known color: Apple. HEX triplet: 5F, C3 and 4B. RGB value is (95,195,75). Sum of RGB (Red+Green+Blue) = 95+195+75=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC34B is #A03CB4. Grayscale: #979797. Windows color (decimal): -10501301 or 4965215. OLE color: 4965215.
HSL color Cylindrical-coordinate representation of color #5FC34B: hue angle of 110º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC34B is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 75 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.24 |
| HSL | 110º | 0.5% | 0.53% | - |
| HSV(B) | 110º | 0.62% | 0.76% | - |
| XYZ | 25.5 | 41.97 | 13.41 | - |
| YUV | 151.42 | 84.87 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 75 | 0.51 | 0 | 0.62 | 0.24 | 110 | 0.5 | 0.53 |
| Hex | 5F | C3 | 4B | 33 | 0 | 3E | 18 | 6E | 32 | 35 |
| Octal | 137 | 303 | 113 | 63 | 0 | 76 | 30 | 156 | 62 | 65 |
| Binary | 1011111 | 11000011 | 1001011 | 110011 | 0 | 111110 | 11000 | 1101110 | 110010 | 110101 |
Color Harmonies of #5FC34B
Complementary color
Monochromatic Colors of #5FC34B
Black with #5FC34B
Text Example
Text Example
White with #5FC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC34B; }
p { color: rgb(95,195,75); }
H1.HeaderClassName
{
color: #5FC34B;
}
.AnyTagClassName
{
color: #5FC34B;
}
</style>
background-color css
<style>
a { background-color: #5FC34B; }
a { background-color: rgb(95,195,75); }
div.DivClassName
{
background-color: #5FC34B;
}
.BgClassName
{
background-color: #5FC34B;
}
</style>
border-color css
<style>
span { border-color: #5FC34B; }
span { border-color: rgb(95,195,75); }
td.TdClassName
{
border-color: #5FC34B;
}
.TagClassName
{
border-color: #5FC34B;
}
</style>