#66E68C

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

Shades of Pastel Green #66E68C

Tints of Pastel Green #66E68C

Color information

#66E68C (or 0x66E68C) is unknown color: approx Pastel Green. HEX triplet: 66, E6 and 8C. RGB value is (102,230,140). Sum of RGB (Red+Green+Blue) = 102+230+140=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #66E68C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E68C is #991973. Grayscale: #B5B5B5. Windows color (decimal): -10033524 or 9234022. OLE color: 9234022.

HSL color Cylindrical-coordinate representation of color #66E68C: hue angle of 137.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E68C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB102230140-
CMYK0.5600.390.10
HSL137.81º71.91%65.1%-
HSV(B)137.81º55.65%90.2%-
XYZ38.5161.3134.62-
YUV181.47104.5971.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.61%
GREEN value IS 230 (90.23% from 255) = 48.73%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=21.61%
G=48.73%
B=29.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1022301400.5600.390.10137.8171.9165.1
Hex66E68C38027A8a4841
Octal1463462147004712212110101
Binary11001101110011010001100111000010011110101000101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,230,140); }

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

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

 a { background-color: rgb(102,230,140); }

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

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

 span { border-color: rgb(102,230,140); }

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