#64E81F

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

Shades of Bright Green #64E81F

Tints of Bright Green #64E81F

Color information

#64E81F (or 0x64E81F) is unknown color: approx Bright Green. HEX triplet: 64, E8 and 1F. RGB value is (100,232,31). Sum of RGB (Red+Green+Blue) = 100+232+31=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 232 (91.02% from 255 or 63.91% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 232 - color contains mainly: green. Hex color #64E81F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E81F is #9B17E0. Grayscale: #AAAAAA. Windows color (decimal): -10164193 or 2091108. OLE color: 2091108.

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

Color convert

RGB10023231-
CMYK0.5700.870.09
HSL99.4º81.38%51.57%-
HSV(B)99.4º86.64%90.98%-
XYZ34.3660.5211.17-
YUV169.6249.7778.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 232 (91.02% from 255) = 63.91%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=27.55%
G=63.91%
B=8.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal100232310.5700.870.0999.481.3851.57
Hex64E81F390579635134
Octal144350377101271114312164
Binary1100100111010001111111100101010111100111000111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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