Shades of Apple #65B444
Tints of Apple #65B444
RGB
CMYK
RGB Variations
Color information
#65B444 (or 0x65B444) is known color: Apple. HEX triplet: 65, B4 and 44. RGB value is (101,180,68). Sum of RGB (Red+Green+Blue) = 101+180+68=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #65B444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B444 is #9A4BBB. Grayscale: #8F8F8F. Windows color (decimal): -10111932 or 4502629. OLE color: 4502629.
HSL color Cylindrical-coordinate representation of color #65B444: hue angle of 102.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65B444 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 180 | 68 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.29 |
| HSL | 102.32º | 0.45% | 0.49% | - |
| HSV(B) | 102.32º | 0.62% | 0.71% | - |
| XYZ | 22.73 | 35.83 | 11.19 | - |
| YUV | 143.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 180 | 68 | 0.44 | 0 | 0.62 | 0.29 | 102.32 | 0.45 | 0.49 |
| Hex | 65 | B4 | 44 | 2C | 0 | 3E | 1D | 66 | 2D | 31 |
| Octal | 145 | 264 | 104 | 54 | 0 | 76 | 35 | 146 | 55 | 61 |
| Binary | 1100101 | 10110100 | 1000100 | 101100 | 0 | 111110 | 11101 | 1100110 | 101101 | 110001 |
Color Harmonies of #65B444
Complementary color
Monochromatic Colors of #65B444
Black with #65B444
Text Example
Text Example
White with #65B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B444; }
p { color: rgb(101,180,68); }
H1.HeaderClassName
{
color: #65B444;
}
.AnyTagClassName
{
color: #65B444;
}
</style>
background-color css
<style>
a { background-color: #65B444; }
a { background-color: rgb(101,180,68); }
div.DivClassName
{
background-color: #65B444;
}
.BgClassName
{
background-color: #65B444;
}
</style>
border-color css
<style>
span { border-color: #65B444; }
span { border-color: rgb(101,180,68); }
td.TdClassName
{
border-color: #65B444;
}
.TagClassName
{
border-color: #65B444;
}
</style>