Html Css Color HEX #64E401 Bright Green

📋 copy color: '#64E401'

red 100 ◦ green 228 ◦ blue 1

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

Shades of Bright Green #64E401

Tints of Bright Green #64E401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 69.3%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 30.4%
G = 69.3%
B = 0.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#64E401 (or 0x64E401) is known color: Bright Green. HEX triplet: 64, E4 and 01. RGB value is (100,228,1). Sum of RGB (Red+Green+Blue) = 100+228+1=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 228 (89.45% from 255 or 69.30% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 228 - color contains mainly: green. Hex color #64E401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E401 is #9B1BFE. Grayscale: #A4A4A4. Windows color (decimal): -10165247 or 124004. OLE color: 124004.

HSL color Cylindrical-coordinate representation of color #64E401: hue angle of 93.83º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64E401 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 228 1 -
CMYK 0.56 0 1.00 0.11
HSL 93.83º 0.99% 0.45% -
HSV(B) 93.83º 1% 0.89% -
XYZ 33 58.2 9.52 -
YUV 163.85 36.09 82.46 -
System Red Green Blue C M Y K H S L
Decimal 100 228 1 0.56 0 1.00 0.11 93.83 0.99 0.45
Hex 64 E4 1 38 0 64 B 5E 63 2D
Octal 144 344 1 70 0 144 13 136 143 55
Binary 1100100 11100100 1 111000 0 1100100 1011 1011110 1100011 101101

Color Harmonies of #64E401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E401

Black with #64E401

Text Example


Text Example

White with #64E401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,228,1); }

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

background-color css

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

 a { background-color: rgb(100,228,1); }

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

border-color css

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

 span { border-color: rgb(100,228,1); }

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