#64EF20

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

Shades of Bright Green #64EF20

Tints of Bright Green #64EF20

Color information

#64EF20 (or 0x64EF20) is unknown color: approx Bright Green. HEX triplet: 64, EF and 20. RGB value is (100,239,32). Sum of RGB (Red+Green+Blue) = 100+239+32=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EF20 is #9B10DF. Grayscale: #AEAEAE. Windows color (decimal): -10162400 or 2158436. OLE color: 2158436.

HSL color Cylindrical-coordinate representation of color #64EF20: hue angle of 100.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64EF20 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB10023932-
CMYK0.5800.870.06
HSL100.29º86.61%53.14%-
HSV(B)100.29º86.61%93.73%-
XYZ36.3864.5511.91-
YUV173.8447.9575.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 239 (93.75% from 255) = 64.42%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=26.95%
G=64.42%
B=8.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal100239320.5800.870.06100.2986.6153.14
Hex64EF203A0576645735
Octal14435740720127614412765
Binary1100100111011111000001110100101011111011001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,239,32); }

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

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

 a { background-color: rgb(100,239,32); }

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

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

 span { border-color: rgb(100,239,32); }

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