Shades of Apple #65DB33
Tints of Apple #65DB33
RGB
CMYK
RGB Variations
Color information
#65DB33 (or 0x65DB33) is known color: Apple. HEX triplet: 65, DB and 33. RGB value is (101,219,51). Sum of RGB (Red+Green+Blue) = 101+219+51=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DB33 is #9A24CC. Grayscale: #A5A5A5. Windows color (decimal): -10101965 or 3398501. OLE color: 3398501.
HSL color Cylindrical-coordinate representation of color #65DB33: hue angle of 102.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65DB33 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 51 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.14 |
| HSL | 102.14º | 0.7% | 0.53% | - |
| HSV(B) | 102.14º | 0.77% | 0.86% | - |
| XYZ | 31.3 | 53.67 | 11.84 | - |
| YUV | 164.57 | 63.91 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 51 | 0.54 | 0 | 0.77 | 0.14 | 102.14 | 0.7 | 0.53 |
| Hex | 65 | DB | 33 | 36 | 0 | 4D | E | 66 | 46 | 35 |
| Octal | 145 | 333 | 63 | 66 | 0 | 115 | 16 | 146 | 106 | 65 |
| Binary | 1100101 | 11011011 | 110011 | 110110 | 0 | 1001101 | 1110 | 1100110 | 1000110 | 110101 |
Color Harmonies of #65DB33
Complementary color
Monochromatic Colors of #65DB33
Black with #65DB33
Text Example
Text Example
White with #65DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB33; }
p { color: rgb(101,219,51); }
H1.HeaderClassName
{
color: #65DB33;
}
.AnyTagClassName
{
color: #65DB33;
}
</style>
background-color css
<style>
a { background-color: #65DB33; }
a { background-color: rgb(101,219,51); }
div.DivClassName
{
background-color: #65DB33;
}
.BgClassName
{
background-color: #65DB33;
}
</style>
border-color css
<style>
span { border-color: #65DB33; }
span { border-color: rgb(101,219,51); }
td.TdClassName
{
border-color: #65DB33;
}
.TagClassName
{
border-color: #65DB33;
}
</style>