Shades of Apple #65D436
Tints of Apple #65D436
RGB
CMYK
RGB Variations
Color information
#65D436 (or 0x65D436) is known color: Apple. HEX triplet: 65, D4 and 36. RGB value is (101,212,54). Sum of RGB (Red+Green+Blue) = 101+212+54=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #65D436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D436 is #9A2BC9. Grayscale: #A1A1A1. Windows color (decimal): -10103754 or 3593317. OLE color: 3593317.
HSL color Cylindrical-coordinate representation of color #65D436: hue angle of 102.15º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65D436 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 212 | 54 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.17 |
| HSL | 102.15º | 0.65% | 0.52% | - |
| HSV(B) | 102.15º | 0.75% | 0.83% | - |
| XYZ | 29.58 | 50.12 | 11.61 | - |
| YUV | 160.8 | 67.73 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 212 | 54 | 0.52 | 0 | 0.75 | 0.17 | 102.15 | 0.65 | 0.52 |
| Hex | 65 | D4 | 36 | 34 | 0 | 4B | 11 | 66 | 41 | 34 |
| Octal | 145 | 324 | 66 | 64 | 0 | 113 | 21 | 146 | 101 | 64 |
| Binary | 1100101 | 11010100 | 110110 | 110100 | 0 | 1001011 | 10001 | 1100110 | 1000001 | 110100 |
Color Harmonies of #65D436
Complementary color
Monochromatic Colors of #65D436
Black with #65D436
Text Example
Text Example
White with #65D436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D436; }
p { color: rgb(101,212,54); }
H1.HeaderClassName
{
color: #65D436;
}
.AnyTagClassName
{
color: #65D436;
}
</style>
background-color css
<style>
a { background-color: #65D436; }
a { background-color: rgb(101,212,54); }
div.DivClassName
{
background-color: #65D436;
}
.BgClassName
{
background-color: #65D436;
}
</style>
border-color css
<style>
span { border-color: #65D436; }
span { border-color: rgb(101,212,54); }
td.TdClassName
{
border-color: #65D436;
}
.TagClassName
{
border-color: #65D436;
}
</style>