Shades of Apple #65BE2B
Tints of Apple #65BE2B
RGB
CMYK
RGB Variations
Color information
#65BE2B (or 0x65BE2B) is known color: Apple. HEX triplet: 65, BE and 2B. RGB value is (101,190,43). Sum of RGB (Red+Green+Blue) = 101+190+43=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BE2B is #9A41D4. Grayscale: #939393. Windows color (decimal): -10109397 or 2866789. OLE color: 2866789.
HSL color Cylindrical-coordinate representation of color #65BE2B: hue angle of 96.33º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65BE2B is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 190 | 43 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.25 |
| HSL | 96.33º | 0.63% | 0.46% | - |
| HSV(B) | 96.33º | 0.77% | 0.75% | - |
| XYZ | 24.22 | 39.77 | 8.69 | - |
| YUV | 146.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 43 | 0.47 | 0 | 0.77 | 0.25 | 96.33 | 0.63 | 0.46 |
| Hex | 65 | BE | 2B | 2F | 0 | 4D | 19 | 60 | 3F | 2E |
| Octal | 145 | 276 | 53 | 57 | 0 | 115 | 31 | 140 | 77 | 56 |
| Binary | 1100101 | 10111110 | 101011 | 101111 | 0 | 1001101 | 11001 | 1100000 | 111111 | 101110 |
Color Harmonies of #65BE2B
Complementary color
Monochromatic Colors of #65BE2B
Black with #65BE2B
Text Example
Text Example
White with #65BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BE2B; }
p { color: rgb(101,190,43); }
H1.HeaderClassName
{
color: #65BE2B;
}
.AnyTagClassName
{
color: #65BE2B;
}
</style>
background-color css
<style>
a { background-color: #65BE2B; }
a { background-color: rgb(101,190,43); }
div.DivClassName
{
background-color: #65BE2B;
}
.BgClassName
{
background-color: #65BE2B;
}
</style>
border-color css
<style>
span { border-color: #65BE2B; }
span { border-color: rgb(101,190,43); }
td.TdClassName
{
border-color: #65BE2B;
}
.TagClassName
{
border-color: #65BE2B;
}
</style>