#64F119

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

Shades of Bright Green #64F119

Tints of Bright Green #64F119

Color information

#64F119 (or 0x64F119) is unknown color: approx Bright Green. HEX triplet: 64, F1 and 19. RGB value is (100,241,25). Sum of RGB (Red+Green+Blue) = 100+241+25=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #64F119 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F119 is #9B0EE6. Grayscale: #AEAEAE. Windows color (decimal): -10161895 or 1700196. OLE color: 1700196.

HSL color Cylindrical-coordinate representation of color #64F119: hue angle of 99.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64F119 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB10024125-
CMYK0.5900.900.05
HSL99.17º88.52%52.16%-
HSV(B)99.17º89.63%94.51%-
XYZ36.8965.6911.66-
YUV174.2243.7975.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 241 (94.53% from 255) = 65.85%
BLUE value IS 25 (10.16% from 255) = 6.83%
R=27.32%
G=65.85%
B=6.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal100241250.5900.900.0599.1788.5252.16
Hex64F1193B05A5635934
Octal14436131730132514313164
Binary110010011110001110011110110101101010111000111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,241,25); }

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

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

 a { background-color: rgb(100,241,25); }

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

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

 span { border-color: rgb(100,241,25); }

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