#64DD48

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

Shades of Apple #64DD48

Tints of Apple #64DD48

Color information

#64DD48 (or 0x64DD48) is unknown color: approx Apple. HEX triplet: 64, DD and 48. RGB value is (100,221,72). Sum of RGB (Red+Green+Blue) = 100+221+72=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD48 is #9B22B7. Grayscale: #A8A8A8. Windows color (decimal): -10166968 or 4775268. OLE color: 4775268.

HSL color Cylindrical-coordinate representation of color #64DD48: hue angle of 108.72º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64DD48 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB10022172-
CMYK0.5500.670.13
HSL108.72º68.66%57.45%-
HSV(B)108.72º67.42%86.67%-
XYZ32.2854.8915.02-
YUV167.8473.9179.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 221 (86.72% from 255) = 56.23%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=25.45%
G=56.23%
B=18.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100221720.5500.670.13108.7268.6657.45
Hex64DD4837043D6d4539
Octal1443351106701031515510571
Binary110010011011101100100011011101000011110111011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64DD48; }

 p { color: rgb(100,221,72); }

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

<style>
 a { background-color: #64DD48; }

 a { background-color: rgb(100,221,72); }

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

<style>
 span { border-color: #64DD48; }

 span { border-color: rgb(100,221,72); }

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