Shades of Apple #65D246
Tints of Apple #65D246
RGB
CMYK
RGB Variations
Color information
#65D246 (or 0x65D246) is known color: Apple. HEX triplet: 65, D2 and 46. RGB value is (101,210,70). Sum of RGB (Red+Green+Blue) = 101+210+70=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #65D246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D246 is #9A2DB9. Grayscale: #A1A1A1. Windows color (decimal): -10104250 or 4641381. OLE color: 4641381.
HSL color Cylindrical-coordinate representation of color #65D246: hue angle of 106.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65D246 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 70 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.18 |
| HSL | 106.71º | 0.61% | 0.55% | - |
| HSV(B) | 106.71º | 0.67% | 0.82% | - |
| XYZ | 29.52 | 49.3 | 13.75 | - |
| YUV | 161.45 | 76.39 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 70 | 0.52 | 0 | 0.67 | 0.18 | 106.71 | 0.61 | 0.55 |
| Hex | 65 | D2 | 46 | 34 | 0 | 43 | 12 | 6B | 3D | 37 |
| Octal | 145 | 322 | 106 | 64 | 0 | 103 | 22 | 153 | 75 | 67 |
| Binary | 1100101 | 11010010 | 1000110 | 110100 | 0 | 1000011 | 10010 | 1101011 | 111101 | 110111 |
Color Harmonies of #65D246
Complementary color
Monochromatic Colors of #65D246
Black with #65D246
Text Example
Text Example
White with #65D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D246; }
p { color: rgb(101,210,70); }
H1.HeaderClassName
{
color: #65D246;
}
.AnyTagClassName
{
color: #65D246;
}
</style>
background-color css
<style>
a { background-color: #65D246; }
a { background-color: rgb(101,210,70); }
div.DivClassName
{
background-color: #65D246;
}
.BgClassName
{
background-color: #65D246;
}
</style>
border-color css
<style>
span { border-color: #65D246; }
span { border-color: rgb(101,210,70); }
td.TdClassName
{
border-color: #65D246;
}
.TagClassName
{
border-color: #65D246;
}
</style>