#64E214

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

Shades of Bright Green #64E214

Tints of Bright Green #64E214

Color information

#64E214 (or 0x64E214) is unknown color: approx Bright Green. HEX triplet: 64, E2 and 14. RGB value is (100,226,20). Sum of RGB (Red+Green+Blue) = 100+226+20=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #64E214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E214 is #9B1DEB. Grayscale: #A5A5A5. Windows color (decimal): -10165740 or 1368676. OLE color: 1368676.

HSL color Cylindrical-coordinate representation of color #64E214: hue angle of 96.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64E214 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB10022620-
CMYK0.5600.910.11
HSL96.7º83.74%48.24%-
HSV(B)96.7º91.15%88.63%-
XYZ32.5857.159.98-
YUV164.8446.2681.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 226 (88.67% from 255) = 65.32%
BLUE value IS 20 (8.20% from 255) = 5.78%
R=28.90%
G=65.32%
B=5.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal100226200.5600.910.1196.783.7448.24
Hex64E2143805BB615430
Octal144342247001331314112460
Binary1100100111000101010011100001011011101111000011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,226,20); }

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

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

 a { background-color: rgb(100,226,20); }

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

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

 span { border-color: rgb(100,226,20); }

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