Shades of Apple #65B543
Tints of Apple #65B543
RGB
CMYK
RGB Variations
Color information
#65B543 (or 0x65B543) is known color: Apple. HEX triplet: 65, B5 and 43. RGB value is (101,181,67). Sum of RGB (Red+Green+Blue) = 101+181+67=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #65B543 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B543 is #9A4ABC. Grayscale: #909090. Windows color (decimal): -10111677 or 4437349. OLE color: 4437349.
HSL color Cylindrical-coordinate representation of color #65B543: hue angle of 102.11º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65B543 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 181 | 67 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.29 |
| HSL | 102.11º | 0.46% | 0.49% | - |
| HSV(B) | 102.11º | 0.63% | 0.71% | - |
| XYZ | 22.9 | 36.22 | 11.09 | - |
| YUV | 144.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 67 | 0.44 | 0 | 0.63 | 0.29 | 102.11 | 0.46 | 0.49 |
| Hex | 65 | B5 | 43 | 2C | 0 | 3F | 1D | 66 | 2E | 31 |
| Octal | 145 | 265 | 103 | 54 | 0 | 77 | 35 | 146 | 56 | 61 |
| Binary | 1100101 | 10110101 | 1000011 | 101100 | 0 | 111111 | 11101 | 1100110 | 101110 | 110001 |
Color Harmonies of #65B543
Complementary color
Monochromatic Colors of #65B543
Black with #65B543
Text Example
Text Example
White with #65B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B543; }
p { color: rgb(101,181,67); }
H1.HeaderClassName
{
color: #65B543;
}
.AnyTagClassName
{
color: #65B543;
}
</style>
background-color css
<style>
a { background-color: #65B543; }
a { background-color: rgb(101,181,67); }
div.DivClassName
{
background-color: #65B543;
}
.BgClassName
{
background-color: #65B543;
}
</style>
border-color css
<style>
span { border-color: #65B543; }
span { border-color: rgb(101,181,67); }
td.TdClassName
{
border-color: #65B543;
}
.TagClassName
{
border-color: #65B543;
}
</style>