Shades of Apple #65B947
Tints of Apple #65B947
RGB
CMYK
RGB Variations
Color information
#65B947 (or 0x65B947) is known color: Apple. HEX triplet: 65, B9 and 47. RGB value is (101,185,71). Sum of RGB (Red+Green+Blue) = 101+185+71=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #65B947 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B947 is #9A46B8. Grayscale: #939393. Windows color (decimal): -10110649 or 4700517. OLE color: 4700517.
HSL color Cylindrical-coordinate representation of color #65B947: hue angle of 104.21º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65B947 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 71 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.27 |
| HSL | 104.21º | 0.45% | 0.5% | - |
| HSV(B) | 104.21º | 0.62% | 0.73% | - |
| XYZ | 23.85 | 37.92 | 12.02 | - |
| YUV | 146.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 71 | 0.45 | 0 | 0.62 | 0.27 | 104.21 | 0.45 | 0.5 |
| Hex | 65 | B9 | 47 | 2D | 0 | 3E | 1B | 68 | 2D | 32 |
| Octal | 145 | 271 | 107 | 55 | 0 | 76 | 33 | 150 | 55 | 62 |
| Binary | 1100101 | 10111001 | 1000111 | 101101 | 0 | 111110 | 11011 | 1101000 | 101101 | 110010 |
Color Harmonies of #65B947
Complementary color
Monochromatic Colors of #65B947
Black with #65B947
Text Example
Text Example
White with #65B947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B947; }
p { color: rgb(101,185,71); }
H1.HeaderClassName
{
color: #65B947;
}
.AnyTagClassName
{
color: #65B947;
}
</style>
background-color css
<style>
a { background-color: #65B947; }
a { background-color: rgb(101,185,71); }
div.DivClassName
{
background-color: #65B947;
}
.BgClassName
{
background-color: #65B947;
}
</style>
border-color css
<style>
span { border-color: #65B947; }
span { border-color: rgb(101,185,71); }
td.TdClassName
{
border-color: #65B947;
}
.TagClassName
{
border-color: #65B947;
}
</style>