Shades of Apple #65BD44
Tints of Apple #65BD44
RGB
CMYK
RGB Variations
Color information
#65BD44 (or 0x65BD44) is known color: Apple. HEX triplet: 65, BD and 44. RGB value is (101,189,68). Sum of RGB (Red+Green+Blue) = 101+189+68=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BD44 is #9A42BB. Grayscale: #959595. Windows color (decimal): -10109628 or 4504933. OLE color: 4504933.
HSL color Cylindrical-coordinate representation of color #65BD44: hue angle of 103.64º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65BD44 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 68 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.26 |
| HSL | 103.64º | 0.48% | 0.5% | - |
| HSV(B) | 103.64º | 0.64% | 0.74% | - |
| XYZ | 24.61 | 39.58 | 11.81 | - |
| YUV | 148.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 68 | 0.47 | 0 | 0.64 | 0.26 | 103.64 | 0.48 | 0.5 |
| Hex | 65 | BD | 44 | 2F | 0 | 40 | 1A | 68 | 30 | 32 |
| Octal | 145 | 275 | 104 | 57 | 0 | 100 | 32 | 150 | 60 | 62 |
| Binary | 1100101 | 10111101 | 1000100 | 101111 | 0 | 1000000 | 11010 | 1101000 | 110000 | 110010 |
Color Harmonies of #65BD44
Complementary color
Monochromatic Colors of #65BD44
Black with #65BD44
Text Example
Text Example
White with #65BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BD44; }
p { color: rgb(101,189,68); }
H1.HeaderClassName
{
color: #65BD44;
}
.AnyTagClassName
{
color: #65BD44;
}
</style>
background-color css
<style>
a { background-color: #65BD44; }
a { background-color: rgb(101,189,68); }
div.DivClassName
{
background-color: #65BD44;
}
.BgClassName
{
background-color: #65BD44;
}
</style>
border-color css
<style>
span { border-color: #65BD44; }
span { border-color: rgb(101,189,68); }
td.TdClassName
{
border-color: #65BD44;
}
.TagClassName
{
border-color: #65BD44;
}
</style>