#64DE31

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

Shades of Apple #64DE31

Tints of Apple #64DE31

Color information

#64DE31 (or 0x64DE31) is unknown color: approx Apple. HEX triplet: 64, DE and 31. RGB value is (100,222,49). Sum of RGB (Red+Green+Blue) = 100+222+49=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DE31 is #9B21CE. Grayscale: #A6A6A6. Windows color (decimal): -10166735 or 3268196. OLE color: 3268196.

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

Color convert

RGB10022249-
CMYK0.5500.780.13
HSL102.31º72.38%53.14%-
HSV(B)102.31º77.93%87.06%-
XYZ31.9355.1711.87-
YUV165.862.0881.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=26.95%
G=59.84%
B=13.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100222490.5500.780.13102.3172.3853.14
Hex64DE313704ED664835
Octal144336616701161514611065
Binary11001001101111011000111011101001110110111001101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,49); }

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

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

 a { background-color: rgb(100,222,49); }

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

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

 span { border-color: rgb(100,222,49); }

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