Shades of Apple #65C751
Tints of Apple #65C751
RGB
CMYK
RGB Variations
Color information
#65C751 (or 0x65C751) is known color: Apple. HEX triplet: 65, C7 and 51. RGB value is (101,199,81). Sum of RGB (Red+Green+Blue) = 101+199+81=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #65C751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C751 is #9A38AE. Grayscale: #9C9C9C. Windows color (decimal): -10107055 or 5359461. OLE color: 5359461.
HSL color Cylindrical-coordinate representation of color #65C751: hue angle of 109.83º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C751 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 81 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.22 |
| HSL | 109.83º | 0.51% | 0.55% | - |
| HSV(B) | 109.83º | 0.59% | 0.78% | - |
| XYZ | 27.28 | 44.21 | 14.88 | - |
| YUV | 156.25 | 85.53 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 81 | 0.49 | 0 | 0.59 | 0.22 | 109.83 | 0.51 | 0.55 |
| Hex | 65 | C7 | 51 | 31 | 0 | 3B | 16 | 6E | 33 | 37 |
| Octal | 145 | 307 | 121 | 61 | 0 | 73 | 26 | 156 | 63 | 67 |
| Binary | 1100101 | 11000111 | 1010001 | 110001 | 0 | 111011 | 10110 | 1101110 | 110011 | 110111 |
Color Harmonies of #65C751
Complementary color
Monochromatic Colors of #65C751
Black with #65C751
Text Example
Text Example
White with #65C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C751; }
p { color: rgb(101,199,81); }
H1.HeaderClassName
{
color: #65C751;
}
.AnyTagClassName
{
color: #65C751;
}
</style>
background-color css
<style>
a { background-color: #65C751; }
a { background-color: rgb(101,199,81); }
div.DivClassName
{
background-color: #65C751;
}
.BgClassName
{
background-color: #65C751;
}
</style>
border-color css
<style>
span { border-color: #65C751; }
span { border-color: rgb(101,199,81); }
td.TdClassName
{
border-color: #65C751;
}
.TagClassName
{
border-color: #65C751;
}
</style>