#66E369

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

Shades of Pastel Green #66E369

Tints of Pastel Green #66E369

Color information

#66E369 (or 0x66E369) is unknown color: approx Pastel Green. HEX triplet: 66, E3 and 69. RGB value is (102,227,105). Sum of RGB (Red+Green+Blue) = 102+227+105=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #66E369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E369 is #991C96. Grayscale: #B0B0B0. Windows color (decimal): -10034327 or 6939494. OLE color: 6939494.

HSL color Cylindrical-coordinate representation of color #66E369: hue angle of 121.44º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E369 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB102227105-
CMYK0.5500.540.11
HSL121.44º69.06%64.51%-
HSV(B)121.44º55.07%89.02%-
XYZ35.558.7822.84-
YUV175.7288.0975.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 227 (89.06% from 255) = 52.30%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=23.50%
G=52.30%
B=24.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022271050.5500.540.11121.4469.0664.51
Hex66E36937036B794541
Octal1463431516706613171105101
Binary110011011100011110100111011101101101011111100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,227,105); }

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

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

 a { background-color: rgb(102,227,105); }

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

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

 span { border-color: rgb(102,227,105); }

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