#64C94A

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

Shades of Apple #64C94A

Tints of Apple #64C94A

Color information

#64C94A (or 0x64C94A) is unknown color: approx Apple. HEX triplet: 64, C9 and 4A. RGB value is (100,201,74). Sum of RGB (Red+Green+Blue) = 100+201+74=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #64C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C94A is #9B36B5. Grayscale: #9C9C9C. Windows color (decimal): -10172086 or 4901220. OLE color: 4901220.

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

Color convert

RGB10020174-
CMYK0.5000.630.21
HSL107.72º54.04%53.92%-
HSV(B)107.72º63.18%78.82%-
XYZ27.3844.9813.72-
YUV156.3281.5487.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 201 (78.91% from 255) = 53.6%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=26.67%
G=53.6%
B=19.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100201740.5000.630.21107.7254.0453.92
Hex64C94A3203F156c3636
Octal14431111262077251546666
Binary11001001100100110010101100100111111101011101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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