Shades of Apple #65AE40
Tints of Apple #65AE40
RGB
CMYK
RGB Variations
Color information
#65AE40 (or 0x65AE40) is known color: Apple. HEX triplet: 65, AE and 40. RGB value is (101,174,64). Sum of RGB (Red+Green+Blue) = 101+174+64=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AE40 is #9A51BF. Grayscale: #8B8B8B. Windows color (decimal): -10113472 or 4238949. OLE color: 4238949.
HSL color Cylindrical-coordinate representation of color #65AE40: hue angle of 99.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65AE40 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 174 | 64 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.32 |
| HSL | 99.82º | 0.46% | 0.47% | - |
| HSV(B) | 99.82º | 0.63% | 0.68% | - |
| XYZ | 21.43 | 33.41 | 10.17 | - |
| YUV | 139.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 64 | 0.42 | 0 | 0.63 | 0.32 | 99.82 | 0.46 | 0.47 |
| Hex | 65 | AE | 40 | 2A | 0 | 3F | 20 | 64 | 2E | 2F |
| Octal | 145 | 256 | 100 | 52 | 0 | 77 | 40 | 144 | 56 | 57 |
| Binary | 1100101 | 10101110 | 1000000 | 101010 | 0 | 111111 | 100000 | 1100100 | 101110 | 101111 |
Color Harmonies of #65AE40
Complementary color
Monochromatic Colors of #65AE40
Black with #65AE40
Text Example
Text Example
White with #65AE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AE40; }
p { color: rgb(101,174,64); }
H1.HeaderClassName
{
color: #65AE40;
}
.AnyTagClassName
{
color: #65AE40;
}
</style>
background-color css
<style>
a { background-color: #65AE40; }
a { background-color: rgb(101,174,64); }
div.DivClassName
{
background-color: #65AE40;
}
.BgClassName
{
background-color: #65AE40;
}
</style>
border-color css
<style>
span { border-color: #65AE40; }
span { border-color: rgb(101,174,64); }
td.TdClassName
{
border-color: #65AE40;
}
.TagClassName
{
border-color: #65AE40;
}
</style>