#64D53E

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

Shades of Apple #64D53E

Tints of Apple #64D53E

Color information

#64D53E (or 0x64D53E) is unknown color: approx Apple. HEX triplet: 64, D5 and 3E. RGB value is (100,213,62). Sum of RGB (Red+Green+Blue) = 100+213+62=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #64D53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D53E is #9B2AC1. Grayscale: #A2A2A2. Windows color (decimal): -10169026 or 4117860. OLE color: 4117860.

HSL color Cylindrical-coordinate representation of color #64D53E: hue angle of 104.9º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64D53E is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB10021362-
CMYK0.5300.710.16
HSL104.9º64.26%53.92%-
HSV(B)104.9º70.89%83.53%-
XYZ29.9250.6512.76-
YUV16271.5683.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 213 (83.59% from 255) = 56.8%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=26.67%
G=56.8%
B=16.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100213620.5300.710.16104.964.2653.92
Hex64D53E3504710694036
Octal144325766501072015110066
Binary110010011010101111110110101010001111000011010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,62); }

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

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

 a { background-color: rgb(100,213,62); }

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

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

 span { border-color: rgb(100,213,62); }

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