Html Css Color HEX #64EC04 Bright Green

📋 copy color: '#64EC04'

red 100 ◦ green 236 ◦ blue 4

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

Shades of Bright Green #64EC04

Tints of Bright Green #64EC04

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.41%

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

R = 29.41%
G = 69.41%
B = 1.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#64EC04 (or 0x64EC04) is known color: Bright Green. HEX triplet: 64, EC and 04. RGB value is (100,236,4). Sum of RGB (Red+Green+Blue) = 100+236+4=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 236 (92.58% from 255 or 69.41% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EC04 is #9B13FB. Grayscale: #A9A9A9. Windows color (decimal): -10163196 or 322660. OLE color: 322660.

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

Color convert

RGB 100 236 4 -
CMYK 0.58 0 0.98 0.07
HSL 95.17º 0.97% 0.47% -
HSV(B) 95.17º 0.98% 0.93% -
XYZ 35.27 62.71 10.36 -
YUV 168.89 34.94 78.86 -
System Red Green Blue C M Y K H S L
Decimal 100 236 4 0.58 0 0.98 0.07 95.17 0.97 0.47
Hex 64 EC 4 3A 0 62 7 5F 61 2F
Octal 144 354 4 72 0 142 7 137 141 57
Binary 1100100 11101100 100 111010 0 1100010 111 1011111 1100001 101111

Color Harmonies of #64EC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC04

Black with #64EC04

Text Example


Text Example

White with #64EC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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