#64D948

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

Shades of Apple #64D948

Tints of Apple #64D948

Color information

#64D948 (or 0x64D948) is unknown color: approx Apple. HEX triplet: 64, D9 and 48. RGB value is (100,217,72). Sum of RGB (Red+Green+Blue) = 100+217+72=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #64D948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D948 is #9B26B7. Grayscale: #A5A5A5. Windows color (decimal): -10167992 or 4774244. OLE color: 4774244.

HSL color Cylindrical-coordinate representation of color #64D948: hue angle of 108.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64D948 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB10021772-
CMYK0.5400.670.15
HSL108.41º65.61%56.67%-
HSV(B)108.41º66.82%85.1%-
XYZ31.2452.814.68-
YUV165.4975.2481.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 217 (85.16% from 255) = 55.78%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=25.71%
G=55.78%
B=18.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100217720.5400.670.15108.4165.6156.67
Hex64D94836043F6c4239
Octal1443311106601031715410271
Binary110010011011001100100011011001000011111111011001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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