Shades of Apple #5FC04B
Tints of Apple #5FC04B
RGB
CMYK
RGB Variations
Color information
#5FC04B (or 0x5FC04B) is known color: Apple. HEX triplet: 5F, C0 and 4B. RGB value is (95,192,75). Sum of RGB (Red+Green+Blue) = 95+192+75=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC04B is #A03FB4. Grayscale: #969696. Windows color (decimal): -10502069 or 4964447. OLE color: 4964447.
HSL color Cylindrical-coordinate representation of color #5FC04B: hue angle of 109.74º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FC04B is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 75 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.25 |
| HSL | 109.74º | 0.48% | 0.52% | - |
| HSV(B) | 109.74º | 0.61% | 0.75% | - |
| XYZ | 24.84 | 40.64 | 13.19 | - |
| YUV | 149.66 | 85.86 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 75 | 0.51 | 0 | 0.61 | 0.25 | 109.74 | 0.48 | 0.52 |
| Hex | 5F | C0 | 4B | 33 | 0 | 3D | 19 | 6E | 30 | 34 |
| Octal | 137 | 300 | 113 | 63 | 0 | 75 | 31 | 156 | 60 | 64 |
| Binary | 1011111 | 11000000 | 1001011 | 110011 | 0 | 111101 | 11001 | 1101110 | 110000 | 110100 |
Color Harmonies of #5FC04B
Complementary color
Monochromatic Colors of #5FC04B
Black with #5FC04B
Text Example
Text Example
White with #5FC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC04B; }
p { color: rgb(95,192,75); }
H1.HeaderClassName
{
color: #5FC04B;
}
.AnyTagClassName
{
color: #5FC04B;
}
</style>
background-color css
<style>
a { background-color: #5FC04B; }
a { background-color: rgb(95,192,75); }
div.DivClassName
{
background-color: #5FC04B;
}
.BgClassName
{
background-color: #5FC04B;
}
</style>
border-color css
<style>
span { border-color: #5FC04B; }
span { border-color: rgb(95,192,75); }
td.TdClassName
{
border-color: #5FC04B;
}
.TagClassName
{
border-color: #5FC04B;
}
</style>