#64C94C

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

Shades of Apple #64C94C

Tints of Apple #64C94C

Color information

#64C94C (or 0x64C94C) is unknown color: approx Apple. HEX triplet: 64, C9 and 4C. RGB value is (100,201,76). Sum of RGB (Red+Green+Blue) = 100+201+76=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #64C94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C94C is #9B36B3. Grayscale: #9C9C9C. Windows color (decimal): -10172084 or 5032292. OLE color: 5032292.

HSL color Cylindrical-coordinate representation of color #64C94C: hue angle of 108.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64C94C is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB10020176-
CMYK0.5000.620.21
HSL108.48º53.65%54.31%-
HSV(B)108.48º62.19%78.82%-
XYZ27.454514.08-
YUV156.5582.5487.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 201 (78.91% from 255) = 53.32%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=26.53%
G=53.32%
B=20.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100201760.5000.620.21108.4853.6554.31
Hex64C94C3203E156c3636
Octal14431111462076251546666
Binary11001001100100110011001100100111110101011101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,201,76); }

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

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

 a { background-color: rgb(100,201,76); }

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

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

 span { border-color: rgb(100,201,76); }

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