Shades of Apple #65C450
Tints of Apple #65C450
RGB
CMYK
RGB Variations
Color information
#65C450 (or 0x65C450) is known color: Apple. HEX triplet: 65, C4 and 50. RGB value is (101,196,80). Sum of RGB (Red+Green+Blue) = 101+196+80=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #65C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C450 is #9A3BAF. Grayscale: #9A9A9A. Windows color (decimal): -10107824 or 5293157. OLE color: 5293157.
HSL color Cylindrical-coordinate representation of color #65C450: hue angle of 109.14º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C450 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 196 | 80 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.23 |
| HSL | 109.14º | 0.5% | 0.54% | - |
| HSV(B) | 109.14º | 0.59% | 0.77% | - |
| XYZ | 26.55 | 42.83 | 14.46 | - |
| YUV | 154.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 196 | 80 | 0.48 | 0 | 0.59 | 0.23 | 109.14 | 0.5 | 0.54 |
| Hex | 65 | C4 | 50 | 30 | 0 | 3B | 17 | 6D | 32 | 36 |
| Octal | 145 | 304 | 120 | 60 | 0 | 73 | 27 | 155 | 62 | 66 |
| Binary | 1100101 | 11000100 | 1010000 | 110000 | 0 | 111011 | 10111 | 1101101 | 110010 | 110110 |
Color Harmonies of #65C450
Complementary color
Monochromatic Colors of #65C450
Black with #65C450
Text Example
Text Example
White with #65C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C450; }
p { color: rgb(101,196,80); }
H1.HeaderClassName
{
color: #65C450;
}
.AnyTagClassName
{
color: #65C450;
}
</style>
background-color css
<style>
a { background-color: #65C450; }
a { background-color: rgb(101,196,80); }
div.DivClassName
{
background-color: #65C450;
}
.BgClassName
{
background-color: #65C450;
}
</style>
border-color css
<style>
span { border-color: #65C450; }
span { border-color: rgb(101,196,80); }
td.TdClassName
{
border-color: #65C450;
}
.TagClassName
{
border-color: #65C450;
}
</style>