#65DC49

Color #65DC49 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #65DC49

Tints of Apple #65DC49

Color information

#65DC49 (or 0x65DC49) is unknown color: approx Apple. HEX triplet: 65, DC and 49. RGB value is (101,220,73). Sum of RGB (Red+Green+Blue) = 101+220+73=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC49 is #9A23B6. Grayscale: #A8A8A8. Windows color (decimal): -10101687 or 4840549. OLE color: 4840549.

HSL color Cylindrical-coordinate representation of color #65DC49: hue angle of 108.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65DC49 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB10122073-
CMYK0.5400.670.14
HSL108.57º67.74%57.45%-
HSV(B)108.57º66.82%86.27%-
XYZ32.1654.4315.12-
YUV167.6674.5880.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 220 (86.33% from 255) = 55.84%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=25.63%
G=55.84%
B=18.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101220730.5400.670.14108.5767.7457.45
Hex65DC4936043E6d4439
Octal1453341116601031615510471
Binary110010111011100100100111011001000011111011011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65DC49; }

 p { color: rgb(101,220,73); }

 H1.HeaderClassName
 {
   color: #65DC49;
 }
 .AnyTagClassName
 {
   color: #65DC49;
 }
</style>
background-color css

<style>
 a { background-color: #65DC49; }

 a { background-color: rgb(101,220,73); }

 div.DivClassName
 {
   background-color: #65DC49;
 }
 .BgClassName
 {
   background-color: #65DC49;
 }
</style>
border-color css

<style>
 span { border-color: #65DC49; }

 span { border-color: rgb(101,220,73); }

 td.TdClassName
 {
   border-color: #65DC49;
 }
 .TagClassName
 {
   border-color: #65DC49;
 }
</style>