#66F281

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

Shades of Pastel Green #66F281

Tints of Pastel Green #66F281

Color information

#66F281 (or 0x66F281) is unknown color: approx Pastel Green. HEX triplet: 66, F2 and 81. RGB value is (102,242,129). Sum of RGB (Red+Green+Blue) = 102+242+129=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #66F281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F281 is #990D7E. Grayscale: #BBBBBB. Windows color (decimal): -10030463 or 8516198. OLE color: 8516198.

HSL color Cylindrical-coordinate representation of color #66F281: hue angle of 131.57º 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 #66F281 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB102242129-
CMYK0.5800.470.05
HSL131.57º84.34%67.45%-
HSV(B)131.57º57.85%94.9%-
XYZ41.1967.9131.71-
YUV187.2695.1267.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 242 (94.92% from 255) = 51.16%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=21.56%
G=51.16%
B=27.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022421290.5800.470.05131.5784.3467.45
Hex66F2813A02F5845443
Octal146362201720575204124103
Binary1100110111100101000000111101001011111011000010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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