Html Css Color HEX #64ED31 Bright Green

📋 copy color: '#64ED31'

red 100 ◦ green 237 ◦ blue 49

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

Shades of Bright Green #64ED31

Tints of Bright Green #64ED31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.69%

R = 25.91%
G = 61.4%
B = 12.69%

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

#64ED31 (or 0x64ED31) is known color: Bright Green. HEX triplet: 64, ED and 31. RGB value is (100,237,49). Sum of RGB (Red+Green+Blue) = 100+237+49=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64ED31 is #9B12CE. Grayscale: #AFAFAF. Windows color (decimal): -10162895 or 3272036. OLE color: 3272036.

HSL color Cylindrical-coordinate representation of color #64ED31: hue angle of 103.72º 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 #64ED31 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 237 49 -
CMYK 0.58 0 0.79 0.07
HSL 103.72º 0.84% 0.56% -
HSV(B) 103.72º 0.79% 0.93% -
XYZ 36.09 63.5 13.26 -
YUV 174.61 57.11 74.79 -
System Red Green Blue C M Y K H S L
Decimal 100 237 49 0.58 0 0.79 0.07 103.72 0.84 0.56
Hex 64 ED 31 3A 0 4F 7 68 54 38
Octal 144 355 61 72 0 117 7 150 124 70
Binary 1100100 11101101 110001 111010 0 1001111 111 1101000 1010100 111000

Color Harmonies of #64ED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED31

Black with #64ED31

Text Example


Text Example

White with #64ED31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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