#64E70A

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

Shades of Bright Green #64E70A

Tints of Bright Green #64E70A

Color information

#64E70A (or 0x64E70A) is unknown color: approx Bright Green. HEX triplet: 64, E7 and 0A. RGB value is (100,231,10). Sum of RGB (Red+Green+Blue) = 100+231+10=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #64E70A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E70A is #9B18F5. Grayscale: #A7A7A7. Windows color (decimal): -10164470 or 714596. OLE color: 714596.

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

Color convert

RGB10023110-
CMYK0.5700.960.09
HSL95.57º91.7%47.25%-
HSV(B)95.57º95.67%90.59%-
XYZ33.8959.8810.06-
YUV166.6439.680.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 231 (90.62% from 255) = 67.74%
BLUE value IS 10 (4.30% from 255) = 2.93%
R=29.33%
G=67.74%
B=2.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal100231100.5700.960.0995.5791.747.25
Hex64E7A390609605c2f
Octal144347127101401114013457
Binary110010011100111101011100101100000100111000001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,231,10); }

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

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

 a { background-color: rgb(100,231,10); }

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

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

 span { border-color: rgb(100,231,10); }

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