Shades of Apple #65B43A
Tints of Apple #65B43A
RGB
CMYK
RGB Variations
Color information
#65B43A (or 0x65B43A) is known color: Apple. HEX triplet: 65, B4 and 3A. RGB value is (101,180,58). Sum of RGB (Red+Green+Blue) = 101+180+58=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #65B43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B43A is #9A4BC5. Grayscale: #8E8E8E. Windows color (decimal): -10111942 or 3847269. OLE color: 3847269.
HSL color Cylindrical-coordinate representation of color #65B43A: hue angle of 98.85º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65B43A is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 180 | 58 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.29 |
| HSL | 98.85º | 0.51% | 0.47% | - |
| HSV(B) | 98.85º | 0.68% | 0.71% | - |
| XYZ | 22.45 | 35.71 | 9.71 | - |
| YUV | 142.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 180 | 58 | 0.44 | 0 | 0.68 | 0.29 | 98.85 | 0.51 | 0.47 |
| Hex | 65 | B4 | 3A | 2C | 0 | 44 | 1D | 63 | 33 | 2F |
| Octal | 145 | 264 | 72 | 54 | 0 | 104 | 35 | 143 | 63 | 57 |
| Binary | 1100101 | 10110100 | 111010 | 101100 | 0 | 1000100 | 11101 | 1100011 | 110011 | 101111 |
Color Harmonies of #65B43A
Complementary color
Monochromatic Colors of #65B43A
Black with #65B43A
Text Example
Text Example
White with #65B43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B43A; }
p { color: rgb(101,180,58); }
H1.HeaderClassName
{
color: #65B43A;
}
.AnyTagClassName
{
color: #65B43A;
}
</style>
background-color css
<style>
a { background-color: #65B43A; }
a { background-color: rgb(101,180,58); }
div.DivClassName
{
background-color: #65B43A;
}
.BgClassName
{
background-color: #65B43A;
}
</style>
border-color css
<style>
span { border-color: #65B43A; }
span { border-color: rgb(101,180,58); }
td.TdClassName
{
border-color: #65B43A;
}
.TagClassName
{
border-color: #65B43A;
}
</style>