#64FD10

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

Shades of Bright Green #64FD10

Tints of Bright Green #64FD10

Color information

#64FD10 (or 0x64FD10) is unknown color: approx Bright Green. HEX triplet: 64, FD and 10. RGB value is (100,253,16). Sum of RGB (Red+Green+Blue) = 100+253+16=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FD10 is #9B02EF. Grayscale: #B5B5B5. Windows color (decimal): -10158832 or 1113444. OLE color: 1113444.

HSL color Cylindrical-coordinate representation of color #64FD10: hue angle of 98.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64FD10 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB10025316-
CMYK0.6000.940.01
HSL98.73º98.34%52.75%-
HSV(B)98.73º93.68%99.22%-
XYZ40.477312.45-
YUV180.2435.3170.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 253 (99.22% from 255) = 68.56%
BLUE value IS 16 (6.64% from 255) = 4.34%
R=27.10%
G=68.56%
B=4.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100253160.6000.940.0198.7398.3452.75
Hex64FD103C05E1636235
Octal14437520740136114314265
Binary1100100111111011000011110001011110111000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,253,16); }

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

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

 a { background-color: rgb(100,253,16); }

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

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

 span { border-color: rgb(100,253,16); }

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