Shades of Apple #65CE52
Tints of Apple #65CE52
RGB
CMYK
RGB Variations
Color information
#65CE52 (or 0x65CE52) is known color: Apple. HEX triplet: 65, CE and 52. RGB value is (101,206,82). Sum of RGB (Red+Green+Blue) = 101+206+82=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CE52 is #9A31AD. Grayscale: #A0A0A0. Windows color (decimal): -10105262 or 5426789. OLE color: 5426789.
HSL color Cylindrical-coordinate representation of color #65CE52: hue angle of 110.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CE52 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 82 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.19 |
| HSL | 110.81º | 0.56% | 0.56% | - |
| HSV(B) | 110.81º | 0.6% | 0.81% | - |
| XYZ | 28.96 | 47.52 | 15.63 | - |
| YUV | 160.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 82 | 0.51 | 0 | 0.60 | 0.19 | 110.81 | 0.56 | 0.56 |
| Hex | 65 | CE | 52 | 33 | 0 | 3C | 13 | 6F | 38 | 38 |
| Octal | 145 | 316 | 122 | 63 | 0 | 74 | 23 | 157 | 70 | 70 |
| Binary | 1100101 | 11001110 | 1010010 | 110011 | 0 | 111100 | 10011 | 1101111 | 111000 | 111000 |
Color Harmonies of #65CE52
Complementary color
Monochromatic Colors of #65CE52
Black with #65CE52
Text Example
Text Example
White with #65CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE52; }
p { color: rgb(101,206,82); }
H1.HeaderClassName
{
color: #65CE52;
}
.AnyTagClassName
{
color: #65CE52;
}
</style>
background-color css
<style>
a { background-color: #65CE52; }
a { background-color: rgb(101,206,82); }
div.DivClassName
{
background-color: #65CE52;
}
.BgClassName
{
background-color: #65CE52;
}
</style>
border-color css
<style>
span { border-color: #65CE52; }
span { border-color: rgb(101,206,82); }
td.TdClassName
{
border-color: #65CE52;
}
.TagClassName
{
border-color: #65CE52;
}
</style>