Shades of Apple #65D13F
Tints of Apple #65D13F
RGB
CMYK
RGB Variations
Color information
#65D13F (or 0x65D13F) is known color: Apple. HEX triplet: 65, D1 and 3F. RGB value is (101,209,63). Sum of RGB (Red+Green+Blue) = 101+209+63=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #65D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D13F is #9A2EC0. Grayscale: #A0A0A0. Windows color (decimal): -10104513 or 4182373. OLE color: 4182373.
HSL color Cylindrical-coordinate representation of color #65D13F: hue angle of 104.38º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65D13F is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 209 | 63 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.18 |
| HSL | 104.38º | 0.61% | 0.53% | - |
| HSV(B) | 104.38º | 0.7% | 0.82% | - |
| XYZ | 29.06 | 48.73 | 12.58 | - |
| YUV | 160.06 | 73.22 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 209 | 63 | 0.52 | 0 | 0.70 | 0.18 | 104.38 | 0.61 | 0.53 |
| Hex | 65 | D1 | 3F | 34 | 0 | 46 | 12 | 68 | 3D | 35 |
| Octal | 145 | 321 | 77 | 64 | 0 | 106 | 22 | 150 | 75 | 65 |
| Binary | 1100101 | 11010001 | 111111 | 110100 | 0 | 1000110 | 10010 | 1101000 | 111101 | 110101 |
Color Harmonies of #65D13F
Complementary color
Monochromatic Colors of #65D13F
Black with #65D13F
Text Example
Text Example
White with #65D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D13F; }
p { color: rgb(101,209,63); }
H1.HeaderClassName
{
color: #65D13F;
}
.AnyTagClassName
{
color: #65D13F;
}
</style>
background-color css
<style>
a { background-color: #65D13F; }
a { background-color: rgb(101,209,63); }
div.DivClassName
{
background-color: #65D13F;
}
.BgClassName
{
background-color: #65D13F;
}
</style>
border-color css
<style>
span { border-color: #65D13F; }
span { border-color: rgb(101,209,63); }
td.TdClassName
{
border-color: #65D13F;
}
.TagClassName
{
border-color: #65D13F;
}
</style>