Html Css Color HEX #64ED04 Bright Green

📋 copy color: '#64ED04'

red 100 ◦ green 237 ◦ blue 4

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

Shades of Bright Green #64ED04

Tints of Bright Green #64ED04

RGB

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

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

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

R = 29.33%
G = 69.5%
B = 1.17%

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

#64ED04 (or 0x64ED04) is known color: Bright Green. HEX triplet: 64, ED and 04. RGB value is (100,237,4). Sum of RGB (Red+Green+Blue) = 100+237+4=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 237 (92.97% from 255 or 69.50% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64ED04 is #9B12FB. Grayscale: #AAAAAA. Windows color (decimal): -10162940 or 322916. OLE color: 322916.

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

Color convert

RGB 100 237 4 -
CMYK 0.58 0 0.98 0.07
HSL 95.28º 0.97% 0.47% -
HSV(B) 95.28º 0.98% 0.93% -
XYZ 35.56 63.29 10.46 -
YUV 169.48 34.61 78.45 -
System Red Green Blue C M Y K H S L
Decimal 100 237 4 0.58 0 0.98 0.07 95.28 0.97 0.47
Hex 64 ED 4 3A 0 62 7 5F 61 2F
Octal 144 355 4 72 0 142 7 137 141 57
Binary 1100100 11101101 100 111010 0 1100010 111 1011111 1100001 101111

Color Harmonies of #64ED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED04

Black with #64ED04

Text Example


Text Example

White with #64ED04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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