#66CF73

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

Shades of Pastel Green #66CF73

Tints of Pastel Green #66CF73

Color information

#66CF73 (or 0x66CF73) is unknown color: approx Pastel Green. HEX triplet: 66, CF and 73. RGB value is (102,207,115). Sum of RGB (Red+Green+Blue) = 102+207+115=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF73 is #99308C. Grayscale: #A5A5A5. Windows color (decimal): -10039437 or 7589734. OLE color: 7589734.

HSL color Cylindrical-coordinate representation of color #66CF73: hue angle of 127.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF73 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB102207115-
CMYK0.5100.440.19
HSL127.43º52.24%60.59%-
HSV(B)127.43º50.72%81.18%-
XYZ30.8948.6923.99-
YUV165.1299.7182.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 207 (81.25% from 255) = 48.82%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=24.06%
G=48.82%
B=27.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1022071150.5100.440.19127.4352.2460.59
Hex66CF733302C137f343d
Octal14631716363054231776475
Binary11001101100111111100111100110101100100111111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,207,115); }

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

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

 a { background-color: rgb(102,207,115); }

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

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

 span { border-color: rgb(102,207,115); }

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