#64DA3D

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

Shades of Apple #64DA3D

Tints of Apple #64DA3D

Color information

#64DA3D (or 0x64DA3D) is unknown color: approx Apple. HEX triplet: 64, DA and 3D. RGB value is (100,218,61). Sum of RGB (Red+Green+Blue) = 100+218+61=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA3D is #9B25C2. Grayscale: #A5A5A5. Windows color (decimal): -10167747 or 4053604. OLE color: 4053604.

HSL color Cylindrical-coordinate representation of color #64DA3D: hue angle of 105.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64DA3D is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB10021861-
CMYK0.5400.720.15
HSL105.1º67.97%54.71%-
HSV(B)105.1º72.02%85.49%-
XYZ31.1753.1913.04-
YUV164.8269.4181.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 218 (85.55% from 255) = 57.52%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=26.39%
G=57.52%
B=16.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100218610.5400.720.15105.167.9754.71
Hex64DA3D36048F694437
Octal144332756601101715110467
Binary11001001101101011110111011001001000111111010011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,218,61); }

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

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

 a { background-color: rgb(100,218,61); }

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

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

 span { border-color: rgb(100,218,61); }

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