Shades of Apple #5FCF43
Tints of Apple #5FCF43
RGB
CMYK
RGB Variations
Color information
#5FCF43 (or 0x5FCF43) is known color: Apple. HEX triplet: 5F, CF and 43. RGB value is (95,207,67). Sum of RGB (Red+Green+Blue) = 95+207+67=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCF43 is #A030BC. Grayscale: #9E9E9E. Windows color (decimal): -10498237 or 4443999. OLE color: 4443999.
HSL color Cylindrical-coordinate representation of color #5FCF43: hue angle of 108º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FCF43 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 67 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.19 |
| HSL | 108º | 0.59% | 0.54% | - |
| HSV(B) | 108º | 0.68% | 0.81% | - |
| XYZ | 28.05 | 47.46 | 12.99 | - |
| YUV | 157.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 67 | 0.54 | 0 | 0.68 | 0.19 | 108 | 0.59 | 0.54 |
| Hex | 5F | CF | 43 | 36 | 0 | 44 | 13 | 6C | 3B | 36 |
| Octal | 137 | 317 | 103 | 66 | 0 | 104 | 23 | 154 | 73 | 66 |
| Binary | 1011111 | 11001111 | 1000011 | 110110 | 0 | 1000100 | 10011 | 1101100 | 111011 | 110110 |
Color Harmonies of #5FCF43
Complementary color
Monochromatic Colors of #5FCF43
Black with #5FCF43
Text Example
Text Example
White with #5FCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF43; }
p { color: rgb(95,207,67); }
H1.HeaderClassName
{
color: #5FCF43;
}
.AnyTagClassName
{
color: #5FCF43;
}
</style>
background-color css
<style>
a { background-color: #5FCF43; }
a { background-color: rgb(95,207,67); }
div.DivClassName
{
background-color: #5FCF43;
}
.BgClassName
{
background-color: #5FCF43;
}
</style>
border-color css
<style>
span { border-color: #5FCF43; }
span { border-color: rgb(95,207,67); }
td.TdClassName
{
border-color: #5FCF43;
}
.TagClassName
{
border-color: #5FCF43;
}
</style>