Shades of Apple #65C639
Tints of Apple #65C639
RGB
CMYK
RGB Variations
Color information
#65C639 (or 0x65C639) is known color: Apple. HEX triplet: 65, C6 and 39. RGB value is (101,198,57). Sum of RGB (Red+Green+Blue) = 101+198+57=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #65C639 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C639 is #9A39C6. Grayscale: #999999. Windows color (decimal): -10107335 or 3786341. OLE color: 3786341.
HSL color Cylindrical-coordinate representation of color #65C639: hue angle of 101.28º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65C639 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 57 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.22 |
| HSL | 101.28º | 0.55% | 0.5% | - |
| HSV(B) | 101.28º | 0.71% | 0.78% | - |
| XYZ | 26.3 | 43.45 | 10.87 | - |
| YUV | 152.92 | 73.86 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 57 | 0.49 | 0 | 0.71 | 0.22 | 101.28 | 0.55 | 0.5 |
| Hex | 65 | C6 | 39 | 31 | 0 | 47 | 16 | 65 | 37 | 32 |
| Octal | 145 | 306 | 71 | 61 | 0 | 107 | 26 | 145 | 67 | 62 |
| Binary | 1100101 | 11000110 | 111001 | 110001 | 0 | 1000111 | 10110 | 1100101 | 110111 | 110010 |
Color Harmonies of #65C639
Complementary color
Monochromatic Colors of #65C639
Black with #65C639
Text Example
Text Example
White with #65C639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C639; }
p { color: rgb(101,198,57); }
H1.HeaderClassName
{
color: #65C639;
}
.AnyTagClassName
{
color: #65C639;
}
</style>
background-color css
<style>
a { background-color: #65C639; }
a { background-color: rgb(101,198,57); }
div.DivClassName
{
background-color: #65C639;
}
.BgClassName
{
background-color: #65C639;
}
</style>
border-color css
<style>
span { border-color: #65C639; }
span { border-color: rgb(101,198,57); }
td.TdClassName
{
border-color: #65C639;
}
.TagClassName
{
border-color: #65C639;
}
</style>