Shades of Apple #65C04E
Tints of Apple #65C04E
RGB
CMYK
RGB Variations
Color information
#65C04E (or 0x65C04E) is known color: Apple. HEX triplet: 65, C0 and 4E. RGB value is (101,192,78). Sum of RGB (Red+Green+Blue) = 101+192+78=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #65C04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C04E is #9A3FB1. Grayscale: #989898. Windows color (decimal): -10108850 or 5161061. OLE color: 5161061.
HSL color Cylindrical-coordinate representation of color #65C04E: hue angle of 107.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C04E is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 78 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.25 |
| HSL | 107.89º | 0.48% | 0.53% | - |
| HSV(B) | 107.89º | 0.59% | 0.75% | - |
| XYZ | 25.59 | 41.02 | 13.78 | - |
| YUV | 151.8 | 86.35 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 78 | 0.47 | 0 | 0.59 | 0.25 | 107.89 | 0.48 | 0.53 |
| Hex | 65 | C0 | 4E | 2F | 0 | 3B | 19 | 6C | 30 | 35 |
| Octal | 145 | 300 | 116 | 57 | 0 | 73 | 31 | 154 | 60 | 65 |
| Binary | 1100101 | 11000000 | 1001110 | 101111 | 0 | 111011 | 11001 | 1101100 | 110000 | 110101 |
Color Harmonies of #65C04E
Complementary color
Monochromatic Colors of #65C04E
Black with #65C04E
Text Example
Text Example
White with #65C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C04E; }
p { color: rgb(101,192,78); }
H1.HeaderClassName
{
color: #65C04E;
}
.AnyTagClassName
{
color: #65C04E;
}
</style>
background-color css
<style>
a { background-color: #65C04E; }
a { background-color: rgb(101,192,78); }
div.DivClassName
{
background-color: #65C04E;
}
.BgClassName
{
background-color: #65C04E;
}
</style>
border-color css
<style>
span { border-color: #65C04E; }
span { border-color: rgb(101,192,78); }
td.TdClassName
{
border-color: #65C04E;
}
.TagClassName
{
border-color: #65C04E;
}
</style>