#64DD4B

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

Shades of Apple #64DD4B

Tints of Apple #64DD4B

Color information

#64DD4B (or 0x64DD4B) is unknown color: approx Apple. HEX triplet: 64, DD and 4B. RGB value is (100,221,75). Sum of RGB (Red+Green+Blue) = 100+221+75=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD4B is #9B22B4. Grayscale: #A8A8A8. Windows color (decimal): -10166965 or 4971876. OLE color: 4971876.

HSL color Cylindrical-coordinate representation of color #64DD4B: hue angle of 109.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64DD4B is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB10022175-
CMYK0.5500.660.13
HSL109.73º68.22%58.04%-
HSV(B)109.73º66.06%86.67%-
XYZ32.3854.9315.55-
YUV168.1875.4179.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 221 (86.72% from 255) = 55.81%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=25.25%
G=55.81%
B=18.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100221750.5500.660.13109.7368.2258.04
Hex64DD4B37042D6e443a
Octal1443351136701021515610472
Binary110010011011101100101111011101000010110111011101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,75); }

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

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

 a { background-color: rgb(100,221,75); }

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

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

 span { border-color: rgb(100,221,75); }

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