Shades of Apple #65DE32
Tints of Apple #65DE32
RGB
CMYK
RGB Variations
Color information
#65DE32 (or 0x65DE32) is known color: Apple. HEX triplet: 65, DE and 32. RGB value is (101,222,50). Sum of RGB (Red+Green+Blue) = 101+222+50=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #65DE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DE32 is #9A21CD. Grayscale: #A6A6A6. Windows color (decimal): -10101198 or 3333733. OLE color: 3333733.
HSL color Cylindrical-coordinate representation of color #65DE32: hue angle of 102.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65DE32 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 222 | 50 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.13 |
| HSL | 102.21º | 0.72% | 0.53% | - |
| HSV(B) | 102.21º | 0.77% | 0.87% | - |
| XYZ | 32.06 | 55.24 | 11.99 | - |
| YUV | 166.21 | 62.41 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 50 | 0.55 | 0 | 0.77 | 0.13 | 102.21 | 0.72 | 0.53 |
| Hex | 65 | DE | 32 | 37 | 0 | 4D | D | 66 | 48 | 35 |
| Octal | 145 | 336 | 62 | 67 | 0 | 115 | 15 | 146 | 110 | 65 |
| Binary | 1100101 | 11011110 | 110010 | 110111 | 0 | 1001101 | 1101 | 1100110 | 1001000 | 110101 |
Color Harmonies of #65DE32
Complementary color
Monochromatic Colors of #65DE32
Black with #65DE32
Text Example
Text Example
White with #65DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DE32; }
p { color: rgb(101,222,50); }
H1.HeaderClassName
{
color: #65DE32;
}
.AnyTagClassName
{
color: #65DE32;
}
</style>
background-color css
<style>
a { background-color: #65DE32; }
a { background-color: rgb(101,222,50); }
div.DivClassName
{
background-color: #65DE32;
}
.BgClassName
{
background-color: #65DE32;
}
</style>
border-color css
<style>
span { border-color: #65DE32; }
span { border-color: rgb(101,222,50); }
td.TdClassName
{
border-color: #65DE32;
}
.TagClassName
{
border-color: #65DE32;
}
</style>