Shades of Apple #65DC4A
Tints of Apple #65DC4A
RGB
CMYK
RGB Variations
Color information
#65DC4A (or 0x65DC4A) is known color: Apple. HEX triplet: 65, DC and 4A. RGB value is (101,220,74). Sum of RGB (Red+Green+Blue) = 101+220+74=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC4A is #9A23B5. Grayscale: #A8A8A8. Windows color (decimal): -10101686 or 4906085. OLE color: 4906085.
HSL color Cylindrical-coordinate representation of color #65DC4A: hue angle of 108.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65DC4A is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 74 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.14 |
| HSL | 108.9º | 0.68% | 0.58% | - |
| HSV(B) | 108.9º | 0.66% | 0.86% | - |
| XYZ | 32.2 | 54.45 | 15.29 | - |
| YUV | 167.78 | 75.08 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 74 | 0.54 | 0 | 0.66 | 0.14 | 108.9 | 0.68 | 0.58 |
| Hex | 65 | DC | 4A | 36 | 0 | 42 | E | 6D | 44 | 3A |
| Octal | 145 | 334 | 112 | 66 | 0 | 102 | 16 | 155 | 104 | 72 |
| Binary | 1100101 | 11011100 | 1001010 | 110110 | 0 | 1000010 | 1110 | 1101101 | 1000100 | 111010 |
Color Harmonies of #65DC4A
Complementary color
Monochromatic Colors of #65DC4A
Black with #65DC4A
Text Example
Text Example
White with #65DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC4A; }
p { color: rgb(101,220,74); }
H1.HeaderClassName
{
color: #65DC4A;
}
.AnyTagClassName
{
color: #65DC4A;
}
</style>
background-color css
<style>
a { background-color: #65DC4A; }
a { background-color: rgb(101,220,74); }
div.DivClassName
{
background-color: #65DC4A;
}
.BgClassName
{
background-color: #65DC4A;
}
</style>
border-color css
<style>
span { border-color: #65DC4A; }
span { border-color: rgb(101,220,74); }
td.TdClassName
{
border-color: #65DC4A;
}
.TagClassName
{
border-color: #65DC4A;
}
</style>