Shades of Apple #65DC41
Tints of Apple #65DC41
RGB
CMYK
RGB Variations
Color information
#65DC41 (or 0x65DC41) is known color: Apple. HEX triplet: 65, DC and 41. RGB value is (101,220,65). Sum of RGB (Red+Green+Blue) = 101+220+65=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC41 is #9A23BE. Grayscale: #A7A7A7. Windows color (decimal): -10101695 or 4316261. OLE color: 4316261.
HSL color Cylindrical-coordinate representation of color #65DC41: hue angle of 106.06º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65DC41 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 65 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.14 |
| HSL | 106.06º | 0.69% | 0.56% | - |
| HSV(B) | 106.06º | 0.7% | 0.86% | - |
| XYZ | 31.91 | 54.33 | 13.81 | - |
| YUV | 166.75 | 70.58 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 65 | 0.54 | 0 | 0.70 | 0.14 | 106.06 | 0.69 | 0.56 |
| Hex | 65 | DC | 41 | 36 | 0 | 46 | E | 6A | 45 | 38 |
| Octal | 145 | 334 | 101 | 66 | 0 | 106 | 16 | 152 | 105 | 70 |
| Binary | 1100101 | 11011100 | 1000001 | 110110 | 0 | 1000110 | 1110 | 1101010 | 1000101 | 111000 |
Color Harmonies of #65DC41
Complementary color
Monochromatic Colors of #65DC41
Black with #65DC41
Text Example
Text Example
White with #65DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC41; }
p { color: rgb(101,220,65); }
H1.HeaderClassName
{
color: #65DC41;
}
.AnyTagClassName
{
color: #65DC41;
}
</style>
background-color css
<style>
a { background-color: #65DC41; }
a { background-color: rgb(101,220,65); }
div.DivClassName
{
background-color: #65DC41;
}
.BgClassName
{
background-color: #65DC41;
}
</style>
border-color css
<style>
span { border-color: #65DC41; }
span { border-color: rgb(101,220,65); }
td.TdClassName
{
border-color: #65DC41;
}
.TagClassName
{
border-color: #65DC41;
}
</style>