Html Css Color HEX #64ED20 Bright Green

📋 copy color: '#64ED20'

red 100 ◦ green 237 ◦ blue 32

#64ED20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #64ED20

Tints of Bright Green #64ED20

RGB

 RED value IS 100 (39.45% from 255) = 27.1%

 GREEN value IS 237 (92.97% from 255) = 64.23%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 27.1%
G = 64.23%
B = 8.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#64ED20 (or 0x64ED20) is known color: Bright Green. HEX triplet: 64, ED and 20. RGB value is (100,237,32). Sum of RGB (Red+Green+Blue) = 100+237+32=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64ED20 is #9B12DF. Grayscale: #ADADAD. Windows color (decimal): -10162912 or 2157924. OLE color: 2157924.

HSL color Cylindrical-coordinate representation of color #64ED20: hue angle of 100.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64ED20 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 237 32 -
CMYK 0.58 0 0.86 0.07
HSL 100.1º 0.85% 0.53% -
HSV(B) 100.1º 0.86% 0.93% -
XYZ 35.8 63.38 11.71 -
YUV 172.67 48.61 76.17 -
System Red Green Blue C M Y K H S L
Decimal 100 237 32 0.58 0 0.86 0.07 100.1 0.85 0.53
Hex 64 ED 20 3A 0 56 7 64 55 35
Octal 144 355 40 72 0 126 7 144 125 65
Binary 1100100 11101101 100000 111010 0 1010110 111 1100100 1010101 110101

Color Harmonies of #64ED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED20

Black with #64ED20

Text Example


Text Example

White with #64ED20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64ED20;
 }
 .AnyTagClassName
 {
   color: #64ED20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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