Shades of Apple #65AC37
Tints of Apple #65AC37
RGB
CMYK
RGB Variations
Color information
#65AC37 (or 0x65AC37) is known color: Apple. HEX triplet: 65, AC and 37. RGB value is (101,172,55). Sum of RGB (Red+Green+Blue) = 101+172+55=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AC37 is #9A53C8. Grayscale: #898989. Windows color (decimal): -10113993 or 3648613. OLE color: 3648613.
HSL color Cylindrical-coordinate representation of color #65AC37: hue angle of 96.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65AC37 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 172 | 55 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.33 |
| HSL | 96.41º | 0.52% | 0.45% | - |
| HSV(B) | 96.41º | 0.68% | 0.67% | - |
| XYZ | 20.81 | 32.55 | 8.8 | - |
| YUV | 137.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 55 | 0.41 | 0 | 0.68 | 0.33 | 96.41 | 0.52 | 0.45 |
| Hex | 65 | AC | 37 | 29 | 0 | 44 | 21 | 60 | 34 | 2D |
| Octal | 145 | 254 | 67 | 51 | 0 | 104 | 41 | 140 | 64 | 55 |
| Binary | 1100101 | 10101100 | 110111 | 101001 | 0 | 1000100 | 100001 | 1100000 | 110100 | 101101 |
Color Harmonies of #65AC37
Complementary color
Monochromatic Colors of #65AC37
Black with #65AC37
Text Example
Text Example
White with #65AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AC37; }
p { color: rgb(101,172,55); }
H1.HeaderClassName
{
color: #65AC37;
}
.AnyTagClassName
{
color: #65AC37;
}
</style>
background-color css
<style>
a { background-color: #65AC37; }
a { background-color: rgb(101,172,55); }
div.DivClassName
{
background-color: #65AC37;
}
.BgClassName
{
background-color: #65AC37;
}
</style>
border-color css
<style>
span { border-color: #65AC37; }
span { border-color: rgb(101,172,55); }
td.TdClassName
{
border-color: #65AC37;
}
.TagClassName
{
border-color: #65AC37;
}
</style>