Shades of Apple #65BA2F
Tints of Apple #65BA2F
RGB
CMYK
RGB Variations
Color information
#65BA2F (or 0x65BA2F) is known color: Apple. HEX triplet: 65, BA and 2F. RGB value is (101,186,47). Sum of RGB (Red+Green+Blue) = 101+186+47=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #65BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BA2F is #9A45D0. Grayscale: #919191. Windows color (decimal): -10110417 or 3127909. OLE color: 3127909.
HSL color Cylindrical-coordinate representation of color #65BA2F: hue angle of 96.69º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65BA2F is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 47 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.27 |
| HSL | 96.69º | 0.6% | 0.46% | - |
| HSV(B) | 96.69º | 0.75% | 0.73% | - |
| XYZ | 23.44 | 38.09 | 8.81 | - |
| YUV | 144.74 | 72.84 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 47 | 0.46 | 0 | 0.75 | 0.27 | 96.69 | 0.6 | 0.46 |
| Hex | 65 | BA | 2F | 2E | 0 | 4B | 1B | 61 | 3C | 2E |
| Octal | 145 | 272 | 57 | 56 | 0 | 113 | 33 | 141 | 74 | 56 |
| Binary | 1100101 | 10111010 | 101111 | 101110 | 0 | 1001011 | 11011 | 1100001 | 111100 | 101110 |
Color Harmonies of #65BA2F
Complementary color
Monochromatic Colors of #65BA2F
Black with #65BA2F
Text Example
Text Example
White with #65BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BA2F; }
p { color: rgb(101,186,47); }
H1.HeaderClassName
{
color: #65BA2F;
}
.AnyTagClassName
{
color: #65BA2F;
}
</style>
background-color css
<style>
a { background-color: #65BA2F; }
a { background-color: rgb(101,186,47); }
div.DivClassName
{
background-color: #65BA2F;
}
.BgClassName
{
background-color: #65BA2F;
}
</style>
border-color css
<style>
span { border-color: #65BA2F; }
span { border-color: rgb(101,186,47); }
td.TdClassName
{
border-color: #65BA2F;
}
.TagClassName
{
border-color: #65BA2F;
}
</style>