#64FC11

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

Shades of Bright Green #64FC11

Tints of Bright Green #64FC11

Color information

#64FC11 (or 0x64FC11) is unknown color: approx Bright Green. HEX triplet: 64, FC and 11. RGB value is (100,252,17). Sum of RGB (Red+Green+Blue) = 100+252+17=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FC11 is #9B03EE. Grayscale: #B4B4B4. Windows color (decimal): -10159087 or 1178724. OLE color: 1178724.

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

Color convert

RGB10025217-
CMYK0.6000.930.01
HSL98.81º97.51%52.75%-
HSV(B)98.81º93.25%98.82%-
XYZ40.1772.3712.38-
YUV179.7636.1471.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 252 (98.83% from 255) = 68.29%
BLUE value IS 17 (7.03% from 255) = 4.61%
R=27.10%
G=68.29%
B=4.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100252170.6000.930.0198.8197.5152.75
Hex64FC113C05D1636235
Octal14437421740135114314265
Binary1100100111111001000111110001011101111000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,252,17); }

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

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

 a { background-color: rgb(100,252,17); }

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

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

 span { border-color: rgb(100,252,17); }

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