Shades of Apple #65D549
Tints of Apple #65D549
RGB
CMYK
RGB Variations
Color information
#65D549 (or 0x65D549) is known color: Apple. HEX triplet: 65, D5 and 49. RGB value is (101,213,73). Sum of RGB (Red+Green+Blue) = 101+213+73=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #65D549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D549 is #9A2AB6. Grayscale: #A3A3A3. Windows color (decimal): -10103479 or 4838757. OLE color: 4838757.
HSL color Cylindrical-coordinate representation of color #65D549: hue angle of 108º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65D549 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 73 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.16 |
| HSL | 108º | 0.63% | 0.56% | - |
| HSV(B) | 108º | 0.66% | 0.84% | - |
| XYZ | 30.36 | 50.84 | 14.52 | - |
| YUV | 163.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 73 | 0.53 | 0 | 0.66 | 0.16 | 108 | 0.63 | 0.56 |
| Hex | 65 | D5 | 49 | 35 | 0 | 42 | 10 | 6C | 3E | 38 |
| Octal | 145 | 325 | 111 | 65 | 0 | 102 | 20 | 154 | 76 | 70 |
| Binary | 1100101 | 11010101 | 1001001 | 110101 | 0 | 1000010 | 10000 | 1101100 | 111110 | 111000 |
Color Harmonies of #65D549
Complementary color
Monochromatic Colors of #65D549
Black with #65D549
Text Example
Text Example
White with #65D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D549; }
p { color: rgb(101,213,73); }
H1.HeaderClassName
{
color: #65D549;
}
.AnyTagClassName
{
color: #65D549;
}
</style>
background-color css
<style>
a { background-color: #65D549; }
a { background-color: rgb(101,213,73); }
div.DivClassName
{
background-color: #65D549;
}
.BgClassName
{
background-color: #65D549;
}
</style>
border-color css
<style>
span { border-color: #65D549; }
span { border-color: rgb(101,213,73); }
td.TdClassName
{
border-color: #65D549;
}
.TagClassName
{
border-color: #65D549;
}
</style>