#64EC92

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

Shades of Pastel Green #64EC92

Tints of Pastel Green #64EC92

Color information

#64EC92 (or 0x64EC92) is unknown color: approx Pastel Green. HEX triplet: 64, EC and 92. RGB value is (100,236,146). Sum of RGB (Red+Green+Blue) = 100+236+146=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC92 is #9B136D. Grayscale: #B9B9B9. Windows color (decimal): -10163054 or 9628772. OLE color: 9628772.

HSL color Cylindrical-coordinate representation of color #64EC92: hue angle of 140.29º degrees, saturation: 0.78, 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 #64EC92 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB100236146-
CMYK0.5800.380.07
HSL140.29º78.16%65.88%-
HSV(B)140.29º57.63%92.55%-
XYZ40.4464.7837.57-
YUV185.08105.9467.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 236 (92.58% from 255) = 48.96%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=20.75%
G=48.96%
B=30.29%

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
Decimal1002361460.5800.380.07140.2978.1665.88
Hex64EC923A02678c4e42
Octal144354222720467214116102
Binary1100100111011001001001011101001001101111000110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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