#66E775

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

Shades of Pastel Green #66E775

Tints of Pastel Green #66E775

Color information

#66E775 (or 0x66E775) is unknown color: approx Pastel Green. HEX triplet: 66, E7 and 75. RGB value is (102,231,117). Sum of RGB (Red+Green+Blue) = 102+231+117=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #66E775 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66E775 is #99188A. Grayscale: #B3B3B3. Windows color (decimal): -10033291 or 7726950. OLE color: 7726950.

HSL color Cylindrical-coordinate representation of color #66E775: hue angle of 126.98º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E775 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB102231117-
CMYK0.5600.490.09
HSL126.98º72.88%65.29%-
HSV(B)126.98º55.84%90.59%-
XYZ37.2761.2626.69-
YUV179.4392.7672.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.67%
GREEN value IS 231 (90.62% from 255) = 51.33%
BLUE value IS 117 (46.09% from 255) = 26%
R=22.67%
G=51.33%
B=26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022311170.5600.490.09126.9872.8865.29
Hex66E7753803197f4941
Octal1463471657006111177111101
Binary110011011100111111010111100001100011001111111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,231,117); }

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

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

 a { background-color: rgb(102,231,117); }

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

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

 span { border-color: rgb(102,231,117); }

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