Shades of Apple #65C551
Tints of Apple #65C551
RGB
CMYK
RGB Variations
Color information
#65C551 (or 0x65C551) is known color: Apple. HEX triplet: 65, C5 and 51. RGB value is (101,197,81). Sum of RGB (Red+Green+Blue) = 101+197+81=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #65C551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C551 is #9A3AAE. Grayscale: #9B9B9B. Windows color (decimal): -10107567 or 5358949. OLE color: 5358949.
HSL color Cylindrical-coordinate representation of color #65C551: hue angle of 109.66º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C551 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 81 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.23 |
| HSL | 109.66º | 0.5% | 0.55% | - |
| HSV(B) | 109.66º | 0.59% | 0.77% | - |
| XYZ | 26.82 | 43.29 | 14.73 | - |
| YUV | 155.07 | 86.2 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 81 | 0.49 | 0 | 0.59 | 0.23 | 109.66 | 0.5 | 0.55 |
| Hex | 65 | C5 | 51 | 31 | 0 | 3B | 17 | 6E | 32 | 37 |
| Octal | 145 | 305 | 121 | 61 | 0 | 73 | 27 | 156 | 62 | 67 |
| Binary | 1100101 | 11000101 | 1010001 | 110001 | 0 | 111011 | 10111 | 1101110 | 110010 | 110111 |
Color Harmonies of #65C551
Complementary color
Monochromatic Colors of #65C551
Black with #65C551
Text Example
Text Example
White with #65C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C551; }
p { color: rgb(101,197,81); }
H1.HeaderClassName
{
color: #65C551;
}
.AnyTagClassName
{
color: #65C551;
}
</style>
background-color css
<style>
a { background-color: #65C551; }
a { background-color: rgb(101,197,81); }
div.DivClassName
{
background-color: #65C551;
}
.BgClassName
{
background-color: #65C551;
}
</style>
border-color css
<style>
span { border-color: #65C551; }
span { border-color: rgb(101,197,81); }
td.TdClassName
{
border-color: #65C551;
}
.TagClassName
{
border-color: #65C551;
}
</style>