Html Css Color HEX #64DD04 Bright Green

📋 copy color: '#64DD04'

red 100 ◦ green 221 ◦ blue 4

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

Shades of Bright Green #64DD04

Tints of Bright Green #64DD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68%

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

R = 30.77%
G = 68%
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

#64DD04 (or 0x64DD04) is known color: Bright Green. HEX triplet: 64, DD and 04. RGB value is (100,221,4). Sum of RGB (Red+Green+Blue) = 100+221+4=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DD04 is #9B22FB. Grayscale: #A0A0A0. Windows color (decimal): -10167036 or 318820. OLE color: 318820.

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

Color convert

RGB 100 221 4 -
CMYK 0.55 0 0.98 0.13
HSL 93.46º 0.96% 0.44% -
HSV(B) 93.46º 0.98% 0.87% -
XYZ 31.13 54.43 8.98 -
YUV 160.08 39.91 85.14 -
System Red Green Blue C M Y K H S L
Decimal 100 221 4 0.55 0 0.98 0.13 93.46 0.96 0.44
Hex 64 DD 4 37 0 62 D 5D 60 2C
Octal 144 335 4 67 0 142 15 135 140 54
Binary 1100100 11011101 100 110111 0 1100010 1101 1011101 1100000 101100

Color Harmonies of #64DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DD04

Black with #64DD04

Text Example


Text Example

White with #64DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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