Html Css Color HEX #64EA04 Bright Green

📋 copy color: '#64EA04'

red 100 ◦ green 234 ◦ blue 4

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

Shades of Bright Green #64EA04

Tints of Bright Green #64EA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 69.23%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 29.59%
G = 69.23%
B = 1.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#64EA04 (or 0x64EA04) is known color: Bright Green. HEX triplet: 64, EA and 04. RGB value is (100,234,4). Sum of RGB (Red+Green+Blue) = 100+234+4=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 234 (91.80% from 255 or 69.23% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EA04 is #9B15FB. Grayscale: #A8A8A8. Windows color (decimal): -10163708 or 322148. OLE color: 322148.

HSL color Cylindrical-coordinate representation of color #64EA04: hue angle of 94.96º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64EA04 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 4 -
CMYK 0.57 0 0.98 0.08
HSL 94.96º 0.97% 0.47% -
HSV(B) 94.96º 0.98% 0.92% -
XYZ 34.7 61.56 10.17 -
YUV 167.71 35.61 79.7 -
System Red Green Blue C M Y K H S L
Decimal 100 234 4 0.57 0 0.98 0.08 94.96 0.97 0.47
Hex 64 EA 4 39 0 62 8 5F 61 2F
Octal 144 352 4 71 0 142 10 137 141 57
Binary 1100100 11101010 100 111001 0 1100010 1000 1011111 1100001 101111

Color Harmonies of #64EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA04

Black with #64EA04

Text Example


Text Example

White with #64EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,4); }

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

background-color css

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

 a { background-color: rgb(100,234,4); }

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

border-color css

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

 span { border-color: rgb(100,234,4); }

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