Shades of Apple #65C645
Tints of Apple #65C645
RGB
CMYK
RGB Variations
Color information
#65C645 (or 0x65C645) is known color: Apple. HEX triplet: 65, C6 and 45. RGB value is (101,198,69). Sum of RGB (Red+Green+Blue) = 101+198+69=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #65C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C645 is #9A39BA. Grayscale: #9A9A9A. Windows color (decimal): -10107323 or 4572773. OLE color: 4572773.
HSL color Cylindrical-coordinate representation of color #65C645: hue angle of 105.12º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65C645 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 69 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.22 |
| HSL | 105.12º | 0.53% | 0.52% | - |
| HSV(B) | 105.12º | 0.65% | 0.78% | - |
| XYZ | 26.64 | 43.58 | 12.64 | - |
| YUV | 154.29 | 79.86 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 69 | 0.49 | 0 | 0.65 | 0.22 | 105.12 | 0.53 | 0.52 |
| Hex | 65 | C6 | 45 | 31 | 0 | 41 | 16 | 69 | 35 | 34 |
| Octal | 145 | 306 | 105 | 61 | 0 | 101 | 26 | 151 | 65 | 64 |
| Binary | 1100101 | 11000110 | 1000101 | 110001 | 0 | 1000001 | 10110 | 1101001 | 110101 | 110100 |
Color Harmonies of #65C645
Complementary color
Monochromatic Colors of #65C645
Black with #65C645
Text Example
Text Example
White with #65C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C645; }
p { color: rgb(101,198,69); }
H1.HeaderClassName
{
color: #65C645;
}
.AnyTagClassName
{
color: #65C645;
}
</style>
background-color css
<style>
a { background-color: #65C645; }
a { background-color: rgb(101,198,69); }
div.DivClassName
{
background-color: #65C645;
}
.BgClassName
{
background-color: #65C645;
}
</style>
border-color css
<style>
span { border-color: #65C645; }
span { border-color: rgb(101,198,69); }
td.TdClassName
{
border-color: #65C645;
}
.TagClassName
{
border-color: #65C645;
}
</style>