#64E200

Color #64E200 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #64E200

Tints of Bright Green #64E200

Color information

#64E200 (or 0x64E200) is unknown color: approx Bright Green. HEX triplet: 64, E2 and 00. RGB value is (100,226,0). Sum of RGB (Red+Green+Blue) = 100+226+0=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 226 (88.67% from 255 or 69.33% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 226 - color contains mainly: green. Hex color #64E200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E200 is #9B1DFF. Grayscale: #A3A3A3. Windows color (decimal): -10165760 or 57956. OLE color: 57956.

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

Color convert

RGB1002260-
CMYK0.56010.11
HSL93.45º100%44.31%-
HSV(B)93.45º100%88.63%-
XYZ32.4557.19.31-
YUV162.5636.2683.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 226 (88.67% from 255) = 69.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.67%
G=69.33%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal10022600.56010.1193.4510044.31
Hex64E2038064B5d642c
Octal14434207001441313514454
Binary110010011100010011100001100100101110111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,226,0); }

 H1.HeaderClassName
 {
   color: #64E200;
 }
 .AnyTagClassName
 {
   color: #64E200;
 }
</style>
background-color css

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

 a { background-color: rgb(100,226,0); }

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

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

 span { border-color: rgb(100,226,0); }

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