#64cd40

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

Shades of Apple #64CD40

Tints of Apple #64CD40

Color information

#64CD40 (or 0x64CD40) is unknown color: approx Apple. HEX triplet: 64, CD and 40. RGB value is (100,205,64). Sum of RGB (Red+Green+Blue) = 100+205+64=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD40 is #9B32BF. Grayscale: #9D9D9D. Windows color (decimal): -10171072 or 4246884. OLE color: 4246884.

HSL color Cylindrical-coordinate representation of color #64CD40: hue angle of 104.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64CD40 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB10020564-
CMYK0.5100.690.20
HSL104.68º58.51%52.75%-
HSV(B)104.68º68.78%80.39%-
XYZ28.0146.7412.4-
YUV157.5375.2186.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 205 (80.47% from 255) = 55.56%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=27.10%
G=55.56%
B=17.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100205640.5100.690.20104.6858.5152.75
Hex64CD403304514693b35
Octal144315100630105241517365
Binary110010011001101100000011001101000101101001101001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64cd40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,205,64); }

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

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

 a { background-color: rgb(100,205,64); }

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

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

 span { border-color: rgb(100,205,64); }

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