Html Css Color HEX #64ED32 Bright Green

📋 copy color: '#64ED32'

red 100 ◦ green 237 ◦ blue 50

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

Shades of Bright Green #64ED32

Tints of Bright Green #64ED32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 25.84%
G = 61.24%
B = 12.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#64ED32 (or 0x64ED32) is known color: Bright Green. HEX triplet: 64, ED and 32. RGB value is (100,237,50). Sum of RGB (Red+Green+Blue) = 100+237+50=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64ED32 is #9B12CD. Grayscale: #AFAFAF. Windows color (decimal): -10162894 or 3337572. OLE color: 3337572.

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

Color convert

RGB 100 237 50 -
CMYK 0.58 0 0.79 0.07
HSL 103.96º 0.84% 0.56% -
HSV(B) 103.96º 0.79% 0.93% -
XYZ 36.12 63.51 13.37 -
YUV 174.72 57.61 74.71 -
System Red Green Blue C M Y K H S L
Decimal 100 237 50 0.58 0 0.79 0.07 103.96 0.84 0.56
Hex 64 ED 32 3A 0 4F 7 68 54 38
Octal 144 355 62 72 0 117 7 150 124 70
Binary 1100100 11101101 110010 111010 0 1001111 111 1101000 1010100 111000

Color Harmonies of #64ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED32

Black with #64ED32

Text Example


Text Example

White with #64ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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