#64F014

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

Shades of Bright Green #64F014

Tints of Bright Green #64F014

Color information

#64F014 (or 0x64F014) is unknown color: approx Bright Green. HEX triplet: 64, F0 and 14. RGB value is (100,240,20). Sum of RGB (Red+Green+Blue) = 100+240+20=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #64F014 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F014 is #9B0FEB. Grayscale: #ADADAD. Windows color (decimal): -10162156 or 1372260. OLE color: 1372260.

HSL color Cylindrical-coordinate representation of color #64F014: hue angle of 98.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64F014 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB10024020-
CMYK0.5800.920.06
HSL98.18º88%50.98%-
HSV(B)98.18º91.67%94.12%-
XYZ36.5465.0811.3-
YUV173.0641.6275.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 240 (94.14% from 255) = 66.67%
BLUE value IS 20 (8.20% from 255) = 5.56%
R=27.78%
G=66.67%
B=5.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal100240200.5800.920.0698.188850.98
Hex64F0143A05C6625833
Octal14436024720134614213063
Binary110010011110000101001110100101110011011000101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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