Shades of Apple #65C052
Tints of Apple #65C052
RGB
CMYK
RGB Variations
Color information
#65C052 (or 0x65C052) is known color: Apple. HEX triplet: 65, C0 and 52. RGB value is (101,192,82). Sum of RGB (Red+Green+Blue) = 101+192+82=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #65C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C052 is #9A3FAD. Grayscale: #989898. Windows color (decimal): -10108846 or 5423205. OLE color: 5423205.
HSL color Cylindrical-coordinate representation of color #65C052: hue angle of 109.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65C052 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 82 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.25 |
| HSL | 109.64º | 0.47% | 0.54% | - |
| HSV(B) | 109.64º | 0.57% | 0.75% | - |
| XYZ | 25.74 | 41.08 | 14.55 | - |
| YUV | 152.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 82 | 0.47 | 0 | 0.57 | 0.25 | 109.64 | 0.47 | 0.54 |
| Hex | 65 | C0 | 52 | 2F | 0 | 39 | 19 | 6E | 2F | 36 |
| Octal | 145 | 300 | 122 | 57 | 0 | 71 | 31 | 156 | 57 | 66 |
| Binary | 1100101 | 11000000 | 1010010 | 101111 | 0 | 111001 | 11001 | 1101110 | 101111 | 110110 |
Color Harmonies of #65C052
Complementary color
Monochromatic Colors of #65C052
Black with #65C052
Text Example
Text Example
White with #65C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C052; }
p { color: rgb(101,192,82); }
H1.HeaderClassName
{
color: #65C052;
}
.AnyTagClassName
{
color: #65C052;
}
</style>
background-color css
<style>
a { background-color: #65C052; }
a { background-color: rgb(101,192,82); }
div.DivClassName
{
background-color: #65C052;
}
.BgClassName
{
background-color: #65C052;
}
</style>
border-color css
<style>
span { border-color: #65C052; }
span { border-color: rgb(101,192,82); }
td.TdClassName
{
border-color: #65C052;
}
.TagClassName
{
border-color: #65C052;
}
</style>