Html Css Color HEX #64E301 Bright Green

📋 copy color: '#64E301'

red 100 ◦ green 227 ◦ blue 1

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

Shades of Bright Green #64E301

Tints of Bright Green #64E301

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.21%

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

R = 30.49%
G = 69.21%
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

#64E301 (or 0x64E301) is known color: Bright Green. HEX triplet: 64, E3 and 01. RGB value is (100,227,1). Sum of RGB (Red+Green+Blue) = 100+227+1=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 227 (89.06% from 255 or 69.21% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 227 - color contains mainly: green. Hex color #64E301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E301 is #9B1CFE. Grayscale: #A4A4A4. Windows color (decimal): -10165503 or 123748. OLE color: 123748.

HSL color Cylindrical-coordinate representation of color #64E301: hue angle of 93.72º 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 #64E301 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 227 1 -
CMYK 0.56 0 1.00 0.11
HSL 93.72º 0.99% 0.45% -
HSV(B) 93.72º 1% 0.89% -
XYZ 32.73 57.65 9.43 -
YUV 163.26 36.42 82.88 -
System Red Green Blue C M Y K H S L
Decimal 100 227 1 0.56 0 1.00 0.11 93.72 0.99 0.45
Hex 64 E3 1 38 0 64 B 5E 63 2D
Octal 144 343 1 70 0 144 13 136 143 55
Binary 1100100 11100011 1 111000 0 1100100 1011 1011110 1100011 101101

Color Harmonies of #64E301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E301

Black with #64E301

Text Example


Text Example

White with #64E301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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