Shades of Apple #65D939
Tints of Apple #65D939
RGB
CMYK
RGB Variations
Color information
#65D939 (or 0x65D939) is known color: Apple. HEX triplet: 65, D9 and 39. RGB value is (101,217,57). Sum of RGB (Red+Green+Blue) = 101+217+57=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #65D939 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D939 is #9A26C6. Grayscale: #A4A4A4. Windows color (decimal): -10102471 or 3791205. OLE color: 3791205.
HSL color Cylindrical-coordinate representation of color #65D939: hue angle of 103.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65D939 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 57 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.15 |
| HSL | 103.5º | 0.68% | 0.54% | - |
| HSV(B) | 103.5º | 0.74% | 0.85% | - |
| XYZ | 30.92 | 52.69 | 12.41 | - |
| YUV | 164.08 | 67.57 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 57 | 0.53 | 0 | 0.74 | 0.15 | 103.5 | 0.68 | 0.54 |
| Hex | 65 | D9 | 39 | 35 | 0 | 4A | F | 68 | 44 | 36 |
| Octal | 145 | 331 | 71 | 65 | 0 | 112 | 17 | 150 | 104 | 66 |
| Binary | 1100101 | 11011001 | 111001 | 110101 | 0 | 1001010 | 1111 | 1101000 | 1000100 | 110110 |
Color Harmonies of #65D939
Complementary color
Monochromatic Colors of #65D939
Black with #65D939
Text Example
Text Example
White with #65D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D939; }
p { color: rgb(101,217,57); }
H1.HeaderClassName
{
color: #65D939;
}
.AnyTagClassName
{
color: #65D939;
}
</style>
background-color css
<style>
a { background-color: #65D939; }
a { background-color: rgb(101,217,57); }
div.DivClassName
{
background-color: #65D939;
}
.BgClassName
{
background-color: #65D939;
}
</style>
border-color css
<style>
span { border-color: #65D939; }
span { border-color: rgb(101,217,57); }
td.TdClassName
{
border-color: #65D939;
}
.TagClassName
{
border-color: #65D939;
}
</style>