#66f290

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

Shades of Pastel Green #66F290

Tints of Pastel Green #66F290

Color information

#66F290 (or 0x66F290) is unknown color: approx Pastel Green. HEX triplet: 66, F2 and 90. RGB value is (102,242,144). Sum of RGB (Red+Green+Blue) = 102+242+144=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #66F290 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F290 is #990D6F. Grayscale: #BDBDBD. Windows color (decimal): -10030448 or 9499238. OLE color: 9499238.

HSL color Cylindrical-coordinate representation of color #66F290: hue angle of 138º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F290 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB102242144-
CMYK0.5800.400.05
HSL138º84.34%67.45%-
HSV(B)138º57.85%94.9%-
XYZ42.2768.3437.35-
YUV188.97102.6265.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.90%
GREEN value IS 242 (94.92% from 255) = 49.59%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=20.90%
G=49.59%
B=29.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022421440.5800.400.0513884.3467.45
Hex66F2903A02858a5443
Octal146362220720505212124103
Binary1100110111100101001000011101001010001011000101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66f290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,242,144); }

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

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

 a { background-color: rgb(102,242,144); }

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

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

 span { border-color: rgb(102,242,144); }

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