Shades of Apple #65BB41
Tints of Apple #65BB41
RGB
CMYK
RGB Variations
Color information
#65BB41 (or 0x65BB41) is known color: Apple. HEX triplet: 65, BB and 41. RGB value is (101,187,65). Sum of RGB (Red+Green+Blue) = 101+187+65=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BB41 is #9A44BE. Grayscale: #939393. Windows color (decimal): -10110143 or 4307813. OLE color: 4307813.
HSL color Cylindrical-coordinate representation of color #65BB41: hue angle of 102.3º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65BB41 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 65 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.27 |
| HSL | 102.3º | 0.48% | 0.49% | - |
| HSV(B) | 102.3º | 0.65% | 0.73% | - |
| XYZ | 24.09 | 38.69 | 11.2 | - |
| YUV | 147.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 65 | 0.46 | 0 | 0.65 | 0.27 | 102.3 | 0.48 | 0.49 |
| Hex | 65 | BB | 41 | 2E | 0 | 41 | 1B | 66 | 30 | 31 |
| Octal | 145 | 273 | 101 | 56 | 0 | 101 | 33 | 146 | 60 | 61 |
| Binary | 1100101 | 10111011 | 1000001 | 101110 | 0 | 1000001 | 11011 | 1100110 | 110000 | 110001 |
Color Harmonies of #65BB41
Complementary color
Monochromatic Colors of #65BB41
Black with #65BB41
Text Example
Text Example
White with #65BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BB41; }
p { color: rgb(101,187,65); }
H1.HeaderClassName
{
color: #65BB41;
}
.AnyTagClassName
{
color: #65BB41;
}
</style>
background-color css
<style>
a { background-color: #65BB41; }
a { background-color: rgb(101,187,65); }
div.DivClassName
{
background-color: #65BB41;
}
.BgClassName
{
background-color: #65BB41;
}
</style>
border-color css
<style>
span { border-color: #65BB41; }
span { border-color: rgb(101,187,65); }
td.TdClassName
{
border-color: #65BB41;
}
.TagClassName
{
border-color: #65BB41;
}
</style>