Shades of Apple #65D643
Tints of Apple #65D643
RGB
CMYK
RGB Variations
Color information
#65D643 (or 0x65D643) is known color: Apple. HEX triplet: 65, D6 and 43. RGB value is (101,214,67). Sum of RGB (Red+Green+Blue) = 101+214+67=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #65D643 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D643 is #9A29BC. Grayscale: #A3A3A3. Windows color (decimal): -10103229 or 4445797. OLE color: 4445797.
HSL color Cylindrical-coordinate representation of color #65D643: hue angle of 106.12º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65D643 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 67 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.16 |
| HSL | 106.12º | 0.64% | 0.55% | - |
| HSV(B) | 106.12º | 0.69% | 0.84% | - |
| XYZ | 30.43 | 51.27 | 13.6 | - |
| YUV | 163.46 | 73.56 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 67 | 0.53 | 0 | 0.69 | 0.16 | 106.12 | 0.64 | 0.55 |
| Hex | 65 | D6 | 43 | 35 | 0 | 45 | 10 | 6A | 40 | 37 |
| Octal | 145 | 326 | 103 | 65 | 0 | 105 | 20 | 152 | 100 | 67 |
| Binary | 1100101 | 11010110 | 1000011 | 110101 | 0 | 1000101 | 10000 | 1101010 | 1000000 | 110111 |
Color Harmonies of #65D643
Complementary color
Monochromatic Colors of #65D643
Black with #65D643
Text Example
Text Example
White with #65D643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D643; }
p { color: rgb(101,214,67); }
H1.HeaderClassName
{
color: #65D643;
}
.AnyTagClassName
{
color: #65D643;
}
</style>
background-color css
<style>
a { background-color: #65D643; }
a { background-color: rgb(101,214,67); }
div.DivClassName
{
background-color: #65D643;
}
.BgClassName
{
background-color: #65D643;
}
</style>
border-color css
<style>
span { border-color: #65D643; }
span { border-color: rgb(101,214,67); }
td.TdClassName
{
border-color: #65D643;
}
.TagClassName
{
border-color: #65D643;
}
</style>