Shades of Apple #65D74F
Tints of Apple #65D74F
RGB
CMYK
RGB Variations
Color information
#65D74F (or 0x65D74F) is known color: Apple. HEX triplet: 65, D7 and 4F. RGB value is (101,215,79). Sum of RGB (Red+Green+Blue) = 101+215+79=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #65D74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D74F is #9A28B0. Grayscale: #A5A5A5. Windows color (decimal): -10102961 or 5232485. OLE color: 5232485.
HSL color Cylindrical-coordinate representation of color #65D74F: hue angle of 110.29º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65D74F is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 79 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.16 |
| HSL | 110.29º | 0.63% | 0.58% | - |
| HSV(B) | 110.29º | 0.63% | 0.84% | - |
| XYZ | 31.08 | 51.93 | 15.78 | - |
| YUV | 165.41 | 79.23 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 79 | 0.53 | 0 | 0.63 | 0.16 | 110.29 | 0.63 | 0.58 |
| Hex | 65 | D7 | 4F | 35 | 0 | 3F | 10 | 6E | 3F | 3A |
| Octal | 145 | 327 | 117 | 65 | 0 | 77 | 20 | 156 | 77 | 72 |
| Binary | 1100101 | 11010111 | 1001111 | 110101 | 0 | 111111 | 10000 | 1101110 | 111111 | 111010 |
Color Harmonies of #65D74F
Complementary color
Monochromatic Colors of #65D74F
Black with #65D74F
Text Example
Text Example
White with #65D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D74F; }
p { color: rgb(101,215,79); }
H1.HeaderClassName
{
color: #65D74F;
}
.AnyTagClassName
{
color: #65D74F;
}
</style>
background-color css
<style>
a { background-color: #65D74F; }
a { background-color: rgb(101,215,79); }
div.DivClassName
{
background-color: #65D74F;
}
.BgClassName
{
background-color: #65D74F;
}
</style>
border-color css
<style>
span { border-color: #65D74F; }
span { border-color: rgb(101,215,79); }
td.TdClassName
{
border-color: #65D74F;
}
.TagClassName
{
border-color: #65D74F;
}
</style>