#64F494

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

Shades of Pastel Green #64F494

Tints of Pastel Green #64F494

Color information

#64F494 (or 0x64F494) is unknown color: approx Pastel Green. HEX triplet: 64, F4 and 94. RGB value is (100,244,148). Sum of RGB (Red+Green+Blue) = 100+244+148=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #64F494 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F494 is #9B0B6B. Grayscale: #BEBEBE. Windows color (decimal): -10161004 or 9761892. OLE color: 9761892.

HSL color Cylindrical-coordinate representation of color #64F494: hue angle of 140º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F494 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB100244148-
CMYK0.5900.390.04
HSL140º86.75%67.45%-
HSV(B)140º59.02%95.69%-
XYZ42.9569.5539.18-
YUV190104.2963.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.33%
GREEN value IS 244 (95.70% from 255) = 49.59%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=20.33%
G=49.59%
B=30.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002441480.5900.390.0414086.7567.45
Hex64F4943B02748c5743
Octal144364224730474214127103
Binary1100100111101001001010011101101001111001000110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,244,148); }

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

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

 a { background-color: rgb(100,244,148); }

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

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

 span { border-color: rgb(100,244,148); }

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