Shades of Apple #65D133
Tints of Apple #65D133
RGB
CMYK
RGB Variations
Color information
#65D133 (or 0x65D133) is known color: Apple. HEX triplet: 65, D1 and 33. RGB value is (101,209,51). Sum of RGB (Red+Green+Blue) = 101+209+51=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #65D133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D133 is #9A2ECC. Grayscale: #9F9F9F. Windows color (decimal): -10104525 or 3395941. OLE color: 3395941.
HSL color Cylindrical-coordinate representation of color #65D133: hue angle of 101.01º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65D133 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 209 | 51 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.18 |
| HSL | 101.01º | 0.63% | 0.51% | - |
| HSV(B) | 101.01º | 0.76% | 0.82% | - |
| XYZ | 28.76 | 48.61 | 11 | - |
| YUV | 158.7 | 67.22 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 209 | 51 | 0.52 | 0 | 0.76 | 0.18 | 101.01 | 0.63 | 0.51 |
| Hex | 65 | D1 | 33 | 34 | 0 | 4C | 12 | 65 | 3F | 33 |
| Octal | 145 | 321 | 63 | 64 | 0 | 114 | 22 | 145 | 77 | 63 |
| Binary | 1100101 | 11010001 | 110011 | 110100 | 0 | 1001100 | 10010 | 1100101 | 111111 | 110011 |
Color Harmonies of #65D133
Complementary color
Monochromatic Colors of #65D133
Black with #65D133
Text Example
Text Example
White with #65D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D133; }
p { color: rgb(101,209,51); }
H1.HeaderClassName
{
color: #65D133;
}
.AnyTagClassName
{
color: #65D133;
}
</style>
background-color css
<style>
a { background-color: #65D133; }
a { background-color: rgb(101,209,51); }
div.DivClassName
{
background-color: #65D133;
}
.BgClassName
{
background-color: #65D133;
}
</style>
border-color css
<style>
span { border-color: #65D133; }
span { border-color: rgb(101,209,51); }
td.TdClassName
{
border-color: #65D133;
}
.TagClassName
{
border-color: #65D133;
}
</style>