Shades of Apple #65DD37
Tints of Apple #65DD37
RGB
CMYK
RGB Variations
Color information
#65DD37 (or 0x65DD37) is known color: Apple. HEX triplet: 65, DD and 37. RGB value is (101,221,55). Sum of RGB (Red+Green+Blue) = 101+221+55=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DD37 is #9A22C8. Grayscale: #A6A6A6. Windows color (decimal): -10101449 or 3661157. OLE color: 3661157.
HSL color Cylindrical-coordinate representation of color #65DD37: hue angle of 103.37º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65DD37 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 55 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.13 |
| HSL | 103.37º | 0.71% | 0.54% | - |
| HSV(B) | 103.37º | 0.75% | 0.87% | - |
| XYZ | 31.91 | 54.76 | 12.5 | - |
| YUV | 166.2 | 65.24 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 55 | 0.54 | 0 | 0.75 | 0.13 | 103.37 | 0.71 | 0.54 |
| Hex | 65 | DD | 37 | 36 | 0 | 4B | D | 67 | 47 | 36 |
| Octal | 145 | 335 | 67 | 66 | 0 | 113 | 15 | 147 | 107 | 66 |
| Binary | 1100101 | 11011101 | 110111 | 110110 | 0 | 1001011 | 1101 | 1100111 | 1000111 | 110110 |
Color Harmonies of #65DD37
Complementary color
Monochromatic Colors of #65DD37
Black with #65DD37
Text Example
Text Example
White with #65DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD37; }
p { color: rgb(101,221,55); }
H1.HeaderClassName
{
color: #65DD37;
}
.AnyTagClassName
{
color: #65DD37;
}
</style>
background-color css
<style>
a { background-color: #65DD37; }
a { background-color: rgb(101,221,55); }
div.DivClassName
{
background-color: #65DD37;
}
.BgClassName
{
background-color: #65DD37;
}
</style>
border-color css
<style>
span { border-color: #65DD37; }
span { border-color: rgb(101,221,55); }
td.TdClassName
{
border-color: #65DD37;
}
.TagClassName
{
border-color: #65DD37;
}
</style>