Shades of Apple #65D247
Tints of Apple #65D247
RGB
CMYK
RGB Variations
Color information
#65D247 (or 0x65D247) is known color: Apple. HEX triplet: 65, D2 and 47. RGB value is (101,210,71). Sum of RGB (Red+Green+Blue) = 101+210+71=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #65D247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D247 is #9A2DB8. Grayscale: #A2A2A2. Windows color (decimal): -10104249 or 4706917. OLE color: 4706917.
HSL color Cylindrical-coordinate representation of color #65D247: hue angle of 107.05º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65D247 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 71 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.18 |
| HSL | 107.05º | 0.61% | 0.55% | - |
| HSV(B) | 107.05º | 0.66% | 0.82% | - |
| XYZ | 29.55 | 49.31 | 13.92 | - |
| YUV | 161.56 | 76.89 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 71 | 0.52 | 0 | 0.66 | 0.18 | 107.05 | 0.61 | 0.55 |
| Hex | 65 | D2 | 47 | 34 | 0 | 42 | 12 | 6B | 3D | 37 |
| Octal | 145 | 322 | 107 | 64 | 0 | 102 | 22 | 153 | 75 | 67 |
| Binary | 1100101 | 11010010 | 1000111 | 110100 | 0 | 1000010 | 10010 | 1101011 | 111101 | 110111 |
Color Harmonies of #65D247
Complementary color
Monochromatic Colors of #65D247
Black with #65D247
Text Example
Text Example
White with #65D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D247; }
p { color: rgb(101,210,71); }
H1.HeaderClassName
{
color: #65D247;
}
.AnyTagClassName
{
color: #65D247;
}
</style>
background-color css
<style>
a { background-color: #65D247; }
a { background-color: rgb(101,210,71); }
div.DivClassName
{
background-color: #65D247;
}
.BgClassName
{
background-color: #65D247;
}
</style>
border-color css
<style>
span { border-color: #65D247; }
span { border-color: rgb(101,210,71); }
td.TdClassName
{
border-color: #65D247;
}
.TagClassName
{
border-color: #65D247;
}
</style>