#64ED92

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

Shades of Pastel Green #64ED92

Tints of Pastel Green #64ED92

Color information

#64ED92 (or 0x64ED92) is unknown color: approx Pastel Green. HEX triplet: 64, ED and 92. RGB value is (100,237,146). Sum of RGB (Red+Green+Blue) = 100+237+146=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ED92 is #9B126D. Grayscale: #B9B9B9. Windows color (decimal): -10162798 or 9629028. OLE color: 9629028.

HSL color Cylindrical-coordinate representation of color #64ED92: hue angle of 140.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ED92 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB100237146-
CMYK0.5800.380.07
HSL140.15º79.19%66.08%-
HSV(B)140.15º57.81%92.94%-
XYZ40.7365.3537.66-
YUV185.66105.6166.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=20.70%
G=49.07%
B=30.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371460.5800.380.07140.1579.1966.08
Hex64ED923A02678c4f42
Octal144355222720467214117102
Binary1100100111011011001001011101001001101111000110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,237,146); }

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

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

 a { background-color: rgb(100,237,146); }

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

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

 span { border-color: rgb(100,237,146); }

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