Shades of Apple #65C652
Tints of Apple #65C652
RGB
CMYK
RGB Variations
Color information
#65C652 (or 0x65C652) is known color: Apple. HEX triplet: 65, C6 and 52. RGB value is (101,198,82). Sum of RGB (Red+Green+Blue) = 101+198+82=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #65C652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C652 is #9A39AD. Grayscale: #9C9C9C. Windows color (decimal): -10107310 or 5424741. OLE color: 5424741.
HSL color Cylindrical-coordinate representation of color #65C652: hue angle of 110.17º degrees, saturation: 0.5, 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 #65C652 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 82 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.22 |
| HSL | 110.17º | 0.5% | 0.55% | - |
| HSV(B) | 110.17º | 0.59% | 0.78% | - |
| XYZ | 27.08 | 43.76 | 15 | - |
| YUV | 155.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 82 | 0.49 | 0 | 0.59 | 0.22 | 110.17 | 0.5 | 0.55 |
| Hex | 65 | C6 | 52 | 31 | 0 | 3B | 16 | 6E | 32 | 37 |
| Octal | 145 | 306 | 122 | 61 | 0 | 73 | 26 | 156 | 62 | 67 |
| Binary | 1100101 | 11000110 | 1010010 | 110001 | 0 | 111011 | 10110 | 1101110 | 110010 | 110111 |
Color Harmonies of #65C652
Complementary color
Monochromatic Colors of #65C652
Black with #65C652
Text Example
Text Example
White with #65C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C652; }
p { color: rgb(101,198,82); }
H1.HeaderClassName
{
color: #65C652;
}
.AnyTagClassName
{
color: #65C652;
}
</style>
background-color css
<style>
a { background-color: #65C652; }
a { background-color: rgb(101,198,82); }
div.DivClassName
{
background-color: #65C652;
}
.BgClassName
{
background-color: #65C652;
}
</style>
border-color css
<style>
span { border-color: #65C652; }
span { border-color: rgb(101,198,82); }
td.TdClassName
{
border-color: #65C652;
}
.TagClassName
{
border-color: #65C652;
}
</style>