Shades of Apple #65BD37
Tints of Apple #65BD37
RGB
CMYK
RGB Variations
Color information
#65BD37 (or 0x65BD37) is known color: Apple. HEX triplet: 65, BD and 37. RGB value is (101,189,55). Sum of RGB (Red+Green+Blue) = 101+189+55=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BD37 is #9A42C8. Grayscale: #939393. Windows color (decimal): -10109641 or 3652965. OLE color: 3652965.
HSL color Cylindrical-coordinate representation of color #65BD37: hue angle of 99.4º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65BD37 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 55 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.26 |
| HSL | 99.4º | 0.55% | 0.48% | - |
| HSV(B) | 99.4º | 0.71% | 0.74% | - |
| XYZ | 24.25 | 39.44 | 9.95 | - |
| YUV | 147.41 | 75.85 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 55 | 0.47 | 0 | 0.71 | 0.26 | 99.4 | 0.55 | 0.48 |
| Hex | 65 | BD | 37 | 2F | 0 | 47 | 1A | 63 | 37 | 30 |
| Octal | 145 | 275 | 67 | 57 | 0 | 107 | 32 | 143 | 67 | 60 |
| Binary | 1100101 | 10111101 | 110111 | 101111 | 0 | 1000111 | 11010 | 1100011 | 110111 | 110000 |
Color Harmonies of #65BD37
Complementary color
Monochromatic Colors of #65BD37
Black with #65BD37
Text Example
Text Example
White with #65BD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BD37; }
p { color: rgb(101,189,55); }
H1.HeaderClassName
{
color: #65BD37;
}
.AnyTagClassName
{
color: #65BD37;
}
</style>
background-color css
<style>
a { background-color: #65BD37; }
a { background-color: rgb(101,189,55); }
div.DivClassName
{
background-color: #65BD37;
}
.BgClassName
{
background-color: #65BD37;
}
</style>
border-color css
<style>
span { border-color: #65BD37; }
span { border-color: rgb(101,189,55); }
td.TdClassName
{
border-color: #65BD37;
}
.TagClassName
{
border-color: #65BD37;
}
</style>