Shades of Apple #65D333
Tints of Apple #65D333
RGB
CMYK
RGB Variations
Color information
#65D333 (or 0x65D333) is known color: Apple. HEX triplet: 65, D3 and 33. RGB value is (101,211,51). Sum of RGB (Red+Green+Blue) = 101+211+51=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #65D333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D333 is #9A2CCC. Grayscale: #A0A0A0. Windows color (decimal): -10104013 or 3396453. OLE color: 3396453.
HSL color Cylindrical-coordinate representation of color #65D333: hue angle of 101.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65D333 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 211 | 51 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.17 |
| HSL | 101.25º | 0.65% | 0.51% | - |
| HSV(B) | 101.25º | 0.76% | 0.83% | - |
| XYZ | 29.26 | 49.59 | 11.16 | - |
| YUV | 159.87 | 66.56 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 211 | 51 | 0.52 | 0 | 0.76 | 0.17 | 101.25 | 0.65 | 0.51 |
| Hex | 65 | D3 | 33 | 34 | 0 | 4C | 11 | 65 | 41 | 33 |
| Octal | 145 | 323 | 63 | 64 | 0 | 114 | 21 | 145 | 101 | 63 |
| Binary | 1100101 | 11010011 | 110011 | 110100 | 0 | 1001100 | 10001 | 1100101 | 1000001 | 110011 |
Color Harmonies of #65D333
Complementary color
Monochromatic Colors of #65D333
Black with #65D333
Text Example
Text Example
White with #65D333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D333; }
p { color: rgb(101,211,51); }
H1.HeaderClassName
{
color: #65D333;
}
.AnyTagClassName
{
color: #65D333;
}
</style>
background-color css
<style>
a { background-color: #65D333; }
a { background-color: rgb(101,211,51); }
div.DivClassName
{
background-color: #65D333;
}
.BgClassName
{
background-color: #65D333;
}
</style>
border-color css
<style>
span { border-color: #65D333; }
span { border-color: rgb(101,211,51); }
td.TdClassName
{
border-color: #65D333;
}
.TagClassName
{
border-color: #65D333;
}
</style>