#64DF3B

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

Shades of Apple #64DF3B

Tints of Apple #64DF3B

Color information

#64DF3B (or 0x64DF3B) is unknown color: approx Apple. HEX triplet: 64, DF and 3B. RGB value is (100,223,59). Sum of RGB (Red+Green+Blue) = 100+223+59=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DF3B is #9B20C4. Grayscale: #A8A8A8. Windows color (decimal): -10166469 or 3923812. OLE color: 3923812.

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

Color convert

RGB10022359-
CMYK0.5500.740.13
HSL105º71.93%55.29%-
HSV(B)105º73.54%87.45%-
XYZ32.4355.813.2-
YUV167.5366.7579.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 223 (87.5% from 255) = 58.38%
BLUE value IS 59 (23.44% from 255) = 15.45%
R=26.18%
G=58.38%
B=15.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100223590.5500.740.1310571.9355.29
Hex64DF3B3704AD694837
Octal144337736701121515111067
Binary11001001101111111101111011101001010110111010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,59); }

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

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

 a { background-color: rgb(100,223,59); }

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

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

 span { border-color: rgb(100,223,59); }

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