#66D874

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

Shades of Pastel Green #66D874

Tints of Pastel Green #66D874

Color information

#66D874 (or 0x66D874) is unknown color: approx Pastel Green. HEX triplet: 66, D8 and 74. RGB value is (102,216,116). Sum of RGB (Red+Green+Blue) = 102+216+116=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #66D874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D874 is #99278B. Grayscale: #AAAAAA. Windows color (decimal): -10037132 or 7657574. OLE color: 7657574.

HSL color Cylindrical-coordinate representation of color #66D874: hue angle of 127.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D874 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB102216116-
CMYK0.5300.460.15
HSL127.37º59.38%62.35%-
HSV(B)127.37º52.78%84.71%-
XYZ33.1953.225.04-
YUV170.5197.2379.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 216 (84.77% from 255) = 49.77%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=23.50%
G=49.77%
B=26.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161160.5300.460.15127.3759.3862.35
Hex66D8743502EF7f3b3e
Octal14633016465056171777376
Binary1100110110110001110100110101010111011111111111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,116); }

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

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

 a { background-color: rgb(102,216,116); }

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

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

 span { border-color: rgb(102,216,116); }

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