Shades of Apple #65C835
Tints of Apple #65C835
RGB
CMYK
RGB Variations
Color information
#65C835 (or 0x65C835) is known color: Apple. HEX triplet: 65, C8 and 35. RGB value is (101,200,53). Sum of RGB (Red+Green+Blue) = 101+200+53=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #65C835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C835 is #9A37CA. Grayscale: #9A9A9A. Windows color (decimal): -10106827 or 3524709. OLE color: 3524709.
HSL color Cylindrical-coordinate representation of color #65C835: hue angle of 100.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65C835 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 53 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.22 |
| HSL | 100.41º | 0.58% | 0.5% | - |
| HSV(B) | 100.41º | 0.74% | 0.78% | - |
| XYZ | 26.66 | 44.33 | 10.52 | - |
| YUV | 153.64 | 71.2 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 53 | 0.49 | 0 | 0.74 | 0.22 | 100.41 | 0.58 | 0.5 |
| Hex | 65 | C8 | 35 | 31 | 0 | 4A | 16 | 64 | 3A | 32 |
| Octal | 145 | 310 | 65 | 61 | 0 | 112 | 26 | 144 | 72 | 62 |
| Binary | 1100101 | 11001000 | 110101 | 110001 | 0 | 1001010 | 10110 | 1100100 | 111010 | 110010 |
Color Harmonies of #65C835
Complementary color
Monochromatic Colors of #65C835
Black with #65C835
Text Example
Text Example
White with #65C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C835; }
p { color: rgb(101,200,53); }
H1.HeaderClassName
{
color: #65C835;
}
.AnyTagClassName
{
color: #65C835;
}
</style>
background-color css
<style>
a { background-color: #65C835; }
a { background-color: rgb(101,200,53); }
div.DivClassName
{
background-color: #65C835;
}
.BgClassName
{
background-color: #65C835;
}
</style>
border-color css
<style>
span { border-color: #65C835; }
span { border-color: rgb(101,200,53); }
td.TdClassName
{
border-color: #65C835;
}
.TagClassName
{
border-color: #65C835;
}
</style>