Html Css Color HEX #64E814 Bright Green

📋 copy color: '#64E814'

red 100 ◦ green 232 ◦ blue 20

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

Shades of Bright Green #64E814

Tints of Bright Green #64E814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 65.91%

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 28.41%
G = 65.91%
B = 5.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#64E814 (or 0x64E814) is known color: Bright Green. HEX triplet: 64, E8 and 14. RGB value is (100,232,20). Sum of RGB (Red+Green+Blue) = 100+232+20=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 232 (91.02% from 255 or 65.91% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 232 - color contains mainly: green. Hex color #64E814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E814 is #9B17EB. Grayscale: #A9A9A9. Windows color (decimal): -10164204 or 1370212. OLE color: 1370212.

HSL color Cylindrical-coordinate representation of color #64E814: hue angle of 97.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64E814 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 232 20 -
CMYK 0.57 0 0.91 0.09
HSL 97.36º 0.84% 0.49% -
HSV(B) 97.36º 0.91% 0.91% -
XYZ 34.24 60.47 10.53 -
YUV 168.36 44.27 79.24 -
System Red Green Blue C M Y K H S L
Decimal 100 232 20 0.57 0 0.91 0.09 97.36 0.84 0.49
Hex 64 E8 14 39 0 5B 9 61 54 31
Octal 144 350 24 71 0 133 11 141 124 61
Binary 1100100 11101000 10100 111001 0 1011011 1001 1100001 1010100 110001

Color Harmonies of #64E814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E814

Black with #64E814

Text Example


Text Example

White with #64E814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,232,20); }

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

background-color css

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

 a { background-color: rgb(100,232,20); }

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

border-color css

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

 span { border-color: rgb(100,232,20); }

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