Shades of Apple #65DC49
Tints of Apple #65DC49
RGB
CMYK
RGB Variations
Color information
#65DC49 (or 0x65DC49) is known color: Apple. HEX triplet: 65, DC and 49. RGB value is (101,220,73). Sum of RGB (Red+Green+Blue) = 101+220+73=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC49 is #9A23B6. Grayscale: #A8A8A8. Windows color (decimal): -10101687 or 4840549. OLE color: 4840549.
HSL color Cylindrical-coordinate representation of color #65DC49: hue angle of 108.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65DC49 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 73 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.14 |
| HSL | 108.57º | 0.68% | 0.57% | - |
| HSV(B) | 108.57º | 0.67% | 0.86% | - |
| XYZ | 32.16 | 54.43 | 15.12 | - |
| YUV | 167.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 73 | 0.54 | 0 | 0.67 | 0.14 | 108.57 | 0.68 | 0.57 |
| Hex | 65 | DC | 49 | 36 | 0 | 43 | E | 6D | 44 | 39 |
| Octal | 145 | 334 | 111 | 66 | 0 | 103 | 16 | 155 | 104 | 71 |
| Binary | 1100101 | 11011100 | 1001001 | 110110 | 0 | 1000011 | 1110 | 1101101 | 1000100 | 111001 |
Color Harmonies of #65DC49
Complementary color
Monochromatic Colors of #65DC49
Black with #65DC49
Text Example
Text Example
White with #65DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC49; }
p { color: rgb(101,220,73); }
H1.HeaderClassName
{
color: #65DC49;
}
.AnyTagClassName
{
color: #65DC49;
}
</style>
background-color css
<style>
a { background-color: #65DC49; }
a { background-color: rgb(101,220,73); }
div.DivClassName
{
background-color: #65DC49;
}
.BgClassName
{
background-color: #65DC49;
}
</style>
border-color css
<style>
span { border-color: #65DC49; }
span { border-color: rgb(101,220,73); }
td.TdClassName
{
border-color: #65DC49;
}
.TagClassName
{
border-color: #65DC49;
}
</style>