#64E70F

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

Shades of Bright Green #64E70F

Tints of Bright Green #64E70F

Color information

#64E70F (or 0x64E70F) is unknown color: approx Bright Green. HEX triplet: 64, E7 and 0F. RGB value is (100,231,15). Sum of RGB (Red+Green+Blue) = 100+231+15=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 231 (90.62% from 255 or 66.76% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 231 - color contains mainly: green. Hex color #64E70F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E70F is #9B18F0. Grayscale: #A7A7A7. Windows color (decimal): -10164465 or 1042276. OLE color: 1042276.

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

Color convert

RGB10023115-
CMYK0.5700.940.09
HSL96.39º87.8%48.24%-
HSV(B)96.39º93.51%90.59%-
XYZ33.9259.910.23-
YUV167.2142.180.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 231 (90.62% from 255) = 66.76%
BLUE value IS 15 (6.25% from 255) = 4.34%
R=28.90%
G=66.76%
B=4.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal100231150.5700.940.0996.3987.848.24
Hex64E7F3905E9605830
Octal144347177101361114013060
Binary110010011100111111111100101011110100111000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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