Html Css Color HEX #64DE04 Bright Green

📋 copy color: '#64DE04'

red 100 ◦ green 222 ◦ blue 4

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

Shades of Bright Green #64DE04

Tints of Bright Green #64DE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.1%

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

R = 30.67%
G = 68.1%
B = 1.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#64DE04 (or 0x64DE04) is known color: Bright Green. HEX triplet: 64, DE and 04. RGB value is (100,222,4). Sum of RGB (Red+Green+Blue) = 100+222+4=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 222 (87.11% from 255 or 68.10% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DE04 is #9B21FB. Grayscale: #A1A1A1. Windows color (decimal): -10166780 or 319076. OLE color: 319076.

HSL color Cylindrical-coordinate representation of color #64DE04: hue angle of 93.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64DE04 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 222 4 -
CMYK 0.55 0 0.98 0.13
HSL 93.58º 0.96% 0.44% -
HSV(B) 93.58º 0.98% 0.87% -
XYZ 31.4 54.96 9.07 -
YUV 160.67 39.58 84.73 -
System Red Green Blue C M Y K H S L
Decimal 100 222 4 0.55 0 0.98 0.13 93.58 0.96 0.44
Hex 64 DE 4 37 0 62 D 5E 60 2C
Octal 144 336 4 67 0 142 15 136 140 54
Binary 1100100 11011110 100 110111 0 1100010 1101 1011110 1100000 101100

Color Harmonies of #64DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DE04

Black with #64DE04

Text Example


Text Example

White with #64DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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