Html Css Color HEX #64E422 Bright Green

📋 copy color: '#64E422'

red 100 ◦ green 228 ◦ blue 34

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

Shades of Bright Green #64E422

Tints of Bright Green #64E422

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.98%

 BLUE value IS 34 (13.67% from 255) = 9.39%

R = 27.62%
G = 62.98%
B = 9.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#64E422 (or 0x64E422) is known color: Bright Green. HEX triplet: 64, E4 and 22. RGB value is (100,228,34). Sum of RGB (Red+Green+Blue) = 100+228+34=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 228 (89.45% from 255 or 62.98% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 228 - color contains mainly: green. Hex color #64E422 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E422 is #9B1BDD. Grayscale: #A8A8A8. Windows color (decimal): -10165214 or 2286692. OLE color: 2286692.

HSL color Cylindrical-coordinate representation of color #64E422: hue angle of 99.59º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64E422 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 228 34 -
CMYK 0.56 0 0.85 0.11
HSL 99.59º 0.78% 0.51% -
HSV(B) 99.59º 0.85% 0.89% -
XYZ 33.29 58.31 11.01 -
YUV 167.61 52.59 79.77 -
System Red Green Blue C M Y K H S L
Decimal 100 228 34 0.56 0 0.85 0.11 99.59 0.78 0.51
Hex 64 E4 22 38 0 55 B 64 4E 33
Octal 144 344 42 70 0 125 13 144 116 63
Binary 1100100 11100100 100010 111000 0 1010101 1011 1100100 1001110 110011

Color Harmonies of #64E422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E422

Black with #64E422

Text Example


Text Example

White with #64E422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,228,34); }

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

background-color css

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

 a { background-color: rgb(100,228,34); }

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

border-color css

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

 span { border-color: rgb(100,228,34); }

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