Shades of Apple #65BB40
Tints of Apple #65BB40
RGB
CMYK
RGB Variations
Color information
#65BB40 (or 0x65BB40) is known color: Apple. HEX triplet: 65, BB and 40. RGB value is (101,187,64). Sum of RGB (Red+Green+Blue) = 101+187+64=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BB40 is #9A44BF. Grayscale: #939393. Windows color (decimal): -10110144 or 4242277. OLE color: 4242277.
HSL color Cylindrical-coordinate representation of color #65BB40: hue angle of 101.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65BB40 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 64 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.27 |
| HSL | 101.95º | 0.49% | 0.49% | - |
| HSV(B) | 101.95º | 0.66% | 0.73% | - |
| XYZ | 24.06 | 38.68 | 11.05 | - |
| YUV | 147.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 64 | 0.46 | 0 | 0.66 | 0.27 | 101.95 | 0.49 | 0.49 |
| Hex | 65 | BB | 40 | 2E | 0 | 42 | 1B | 66 | 31 | 31 |
| Octal | 145 | 273 | 100 | 56 | 0 | 102 | 33 | 146 | 61 | 61 |
| Binary | 1100101 | 10111011 | 1000000 | 101110 | 0 | 1000010 | 11011 | 1100110 | 110001 | 110001 |
Color Harmonies of #65BB40
Complementary color
Monochromatic Colors of #65BB40
Black with #65BB40
Text Example
Text Example
White with #65BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BB40; }
p { color: rgb(101,187,64); }
H1.HeaderClassName
{
color: #65BB40;
}
.AnyTagClassName
{
color: #65BB40;
}
</style>
background-color css
<style>
a { background-color: #65BB40; }
a { background-color: rgb(101,187,64); }
div.DivClassName
{
background-color: #65BB40;
}
.BgClassName
{
background-color: #65BB40;
}
</style>
border-color css
<style>
span { border-color: #65BB40; }
span { border-color: rgb(101,187,64); }
td.TdClassName
{
border-color: #65BB40;
}
.TagClassName
{
border-color: #65BB40;
}
</style>