Shades of Apple #65B84C
Tints of Apple #65B84C
RGB
CMYK
RGB Variations
Color information
#65B84C (or 0x65B84C) is known color: Apple. HEX triplet: 65, B8 and 4C. RGB value is (101,184,76). Sum of RGB (Red+Green+Blue) = 101+184+76=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #65B84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B84C is #9A47B3. Grayscale: #939393. Windows color (decimal): -10110900 or 5027941. OLE color: 5027941.
HSL color Cylindrical-coordinate representation of color #65B84C: hue angle of 106.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65B84C is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 76 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.28 |
| HSL | 106.11º | 0.43% | 0.51% | - |
| HSV(B) | 106.11º | 0.59% | 0.72% | - |
| XYZ | 23.81 | 37.57 | 12.83 | - |
| YUV | 146.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 76 | 0.45 | 0 | 0.59 | 0.28 | 106.11 | 0.43 | 0.51 |
| Hex | 65 | B8 | 4C | 2D | 0 | 3B | 1C | 6A | 2B | 33 |
| Octal | 145 | 270 | 114 | 55 | 0 | 73 | 34 | 152 | 53 | 63 |
| Binary | 1100101 | 10111000 | 1001100 | 101101 | 0 | 111011 | 11100 | 1101010 | 101011 | 110011 |
Color Harmonies of #65B84C
Complementary color
Monochromatic Colors of #65B84C
Black with #65B84C
Text Example
Text Example
White with #65B84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B84C; }
p { color: rgb(101,184,76); }
H1.HeaderClassName
{
color: #65B84C;
}
.AnyTagClassName
{
color: #65B84C;
}
</style>
background-color css
<style>
a { background-color: #65B84C; }
a { background-color: rgb(101,184,76); }
div.DivClassName
{
background-color: #65B84C;
}
.BgClassName
{
background-color: #65B84C;
}
</style>
border-color css
<style>
span { border-color: #65B84C; }
span { border-color: rgb(101,184,76); }
td.TdClassName
{
border-color: #65B84C;
}
.TagClassName
{
border-color: #65B84C;
}
</style>