Shades of Apple #65DB43
Tints of Apple #65DB43
RGB
CMYK
RGB Variations
Color information
#65DB43 (or 0x65DB43) is known color: Apple. HEX triplet: 65, DB and 43. RGB value is (101,219,67). Sum of RGB (Red+Green+Blue) = 101+219+67=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DB43 is #9A24BC. Grayscale: #A6A6A6. Windows color (decimal): -10101949 or 4447077. OLE color: 4447077.
HSL color Cylindrical-coordinate representation of color #65DB43: hue angle of 106.58º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65DB43 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 67 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.14 |
| HSL | 106.58º | 0.68% | 0.56% | - |
| HSV(B) | 106.58º | 0.69% | 0.86% | - |
| XYZ | 31.71 | 53.83 | 14.03 | - |
| YUV | 166.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 67 | 0.54 | 0 | 0.69 | 0.14 | 106.58 | 0.68 | 0.56 |
| Hex | 65 | DB | 43 | 36 | 0 | 45 | E | 6B | 44 | 38 |
| Octal | 145 | 333 | 103 | 66 | 0 | 105 | 16 | 153 | 104 | 70 |
| Binary | 1100101 | 11011011 | 1000011 | 110110 | 0 | 1000101 | 1110 | 1101011 | 1000100 | 111000 |
Color Harmonies of #65DB43
Complementary color
Monochromatic Colors of #65DB43
Black with #65DB43
Text Example
Text Example
White with #65DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB43; }
p { color: rgb(101,219,67); }
H1.HeaderClassName
{
color: #65DB43;
}
.AnyTagClassName
{
color: #65DB43;
}
</style>
background-color css
<style>
a { background-color: #65DB43; }
a { background-color: rgb(101,219,67); }
div.DivClassName
{
background-color: #65DB43;
}
.BgClassName
{
background-color: #65DB43;
}
</style>
border-color css
<style>
span { border-color: #65DB43; }
span { border-color: rgb(101,219,67); }
td.TdClassName
{
border-color: #65DB43;
}
.TagClassName
{
border-color: #65DB43;
}
</style>