#66ED84

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

Shades of Pastel Green #66ED84

Tints of Pastel Green #66ED84

Color information

#66ED84 (or 0x66ED84) is unknown color: approx Pastel Green. HEX triplet: 66, ED and 84. RGB value is (102,237,132). Sum of RGB (Red+Green+Blue) = 102+237+132=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ED84 is #99127B. Grayscale: #B8B8B8. Windows color (decimal): -10031740 or 8711526. OLE color: 8711526.

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

Color convert

RGB102237132-
CMYK0.5700.440.07
HSL133.33º78.95%66.47%-
HSV(B)133.33º56.96%92.94%-
XYZ39.9365.0632.28-
YUV184.6698.2769.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 237 (92.97% from 255) = 50.32%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=21.66%
G=50.32%
B=28.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371320.5700.440.07133.3378.9566.47
Hex66ED843902C7854f42
Octal146355204710547205117102
Binary1100110111011011000010011100101011001111000010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66ED84; }

 p { color: rgb(102,237,132); }

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

<style>
 a { background-color: #66ED84; }

 a { background-color: rgb(102,237,132); }

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

<style>
 span { border-color: #66ED84; }

 span { border-color: rgb(102,237,132); }

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