Shades of Apple #65DD43
Tints of Apple #65DD43
RGB
CMYK
RGB Variations
Color information
#65DD43 (or 0x65DD43) is known color: Apple. HEX triplet: 65, DD and 43. RGB value is (101,221,67). Sum of RGB (Red+Green+Blue) = 101+221+67=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DD43 is #9A22BC. Grayscale: #A8A8A8. Windows color (decimal): -10101437 or 4447589. OLE color: 4447589.
HSL color Cylindrical-coordinate representation of color #65DD43: hue angle of 106.75º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65DD43 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 67 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.13 |
| HSL | 106.75º | 0.69% | 0.56% | - |
| HSV(B) | 106.75º | 0.7% | 0.87% | - |
| XYZ | 32.24 | 54.88 | 14.2 | - |
| YUV | 167.56 | 71.24 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 67 | 0.54 | 0 | 0.70 | 0.13 | 106.75 | 0.69 | 0.56 |
| Hex | 65 | DD | 43 | 36 | 0 | 46 | D | 6B | 45 | 38 |
| Octal | 145 | 335 | 103 | 66 | 0 | 106 | 15 | 153 | 105 | 70 |
| Binary | 1100101 | 11011101 | 1000011 | 110110 | 0 | 1000110 | 1101 | 1101011 | 1000101 | 111000 |
Color Harmonies of #65DD43
Complementary color
Monochromatic Colors of #65DD43
Black with #65DD43
Text Example
Text Example
White with #65DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD43; }
p { color: rgb(101,221,67); }
H1.HeaderClassName
{
color: #65DD43;
}
.AnyTagClassName
{
color: #65DD43;
}
</style>
background-color css
<style>
a { background-color: #65DD43; }
a { background-color: rgb(101,221,67); }
div.DivClassName
{
background-color: #65DD43;
}
.BgClassName
{
background-color: #65DD43;
}
</style>
border-color css
<style>
span { border-color: #65DD43; }
span { border-color: rgb(101,221,67); }
td.TdClassName
{
border-color: #65DD43;
}
.TagClassName
{
border-color: #65DD43;
}
</style>