#64F81F

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

Shades of Bright Green #64F81F

Tints of Bright Green #64F81F

Color information

#64F81F (or 0x64F81F) is unknown color: approx Bright Green. HEX triplet: 64, F8 and 1F. RGB value is (100,248,31). Sum of RGB (Red+Green+Blue) = 100+248+31=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 248 (97.27% from 255 or 65.44% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 248 - color contains mainly: green. Hex color #64F81F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F81F is #9B07E0. Grayscale: #B3B3B3. Windows color (decimal): -10160097 or 2095204. OLE color: 2095204.

HSL color Cylindrical-coordinate representation of color #64F81F: hue angle of 100.92º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64F81F is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB10024831-
CMYK0.6000.880.03
HSL100.92º93.94%54.71%-
HSV(B)100.92º87.5%97.25%-
XYZ39.0769.9412.74-
YUV179.0144.4771.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 248 (97.27% from 255) = 65.44%
BLUE value IS 31 (12.5% from 255) = 8.18%
R=26.39%
G=65.44%
B=8.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal100248310.6000.880.03100.9293.9454.71
Hex64F81F3C0583655e37
Octal14437037740130314513667
Binary11001001111100011111111100010110001111001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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