#64CC46

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

Shades of Apple #64CC46

Tints of Apple #64CC46

Color information

#64CC46 (or 0x64CC46) is unknown color: approx Apple. HEX triplet: 64, CC and 46. RGB value is (100,204,70). Sum of RGB (Red+Green+Blue) = 100+204+70=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC46 is #9B33B9. Grayscale: #9E9E9E. Windows color (decimal): -10171322 or 4639844. OLE color: 4639844.

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

Color convert

RGB10020470-
CMYK0.5100.660.2
HSL106.57º56.78%53.73%-
HSV(B)106.57º65.69%80%-
XYZ27.9546.3413.27-
YUV157.6378.5486.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 204 (80.08% from 255) = 54.55%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=26.74%
G=54.55%
B=18.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal100204700.5100.660.2106.5756.7853.73
Hex64CC4633042146b3936
Octal144314106630102241537166
Binary110010011001100100011011001101000010101001101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,204,70); }

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

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

 a { background-color: rgb(100,204,70); }

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

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

 span { border-color: rgb(100,204,70); }

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