#75D874

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

Shades of Pastel Green #75D874

Tints of Pastel Green #75D874

Color information

#75D874 (or 0x75D874) is unknown color: approx Pastel Green. HEX triplet: 75, D8 and 74. RGB value is (117,216,116). Sum of RGB (Red+Green+Blue) = 117+216+116=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #75D874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D874 is #8A278B. Grayscale: #AFAFAF. Windows color (decimal): -9054092 or 7657589. OLE color: 7657589.

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

Color convert

RGB117216116-
CMYK0.4600.460.15
HSL119.4º56.18%65.1%-
HSV(B)119.4º46.3%84.71%-
XYZ35.0454.1525.13-
YUV17594.786.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 216 (84.77% from 255) = 48.11%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=26.06%
G=48.11%
B=25.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172161160.4600.460.15119.456.1865.1
Hex75D8742E02EF773841
Octal165330164560561716770101
Binary11101011101100011101001011100101110111111101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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