#75E18C

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

Shades of Pastel Green #75E18C

Tints of Pastel Green #75E18C

Color information

#75E18C (or 0x75E18C) is unknown color: approx Pastel Green. HEX triplet: 75, E1 and 8C. RGB value is (117,225,140). Sum of RGB (Red+Green+Blue) = 117+225+140=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #75E18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E18C is #8A1E73. Grayscale: #B7B7B7. Windows color (decimal): -9051764 or 9232757. OLE color: 9232757.

HSL color Cylindrical-coordinate representation of color #75E18C: hue angle of 132.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E18C is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB117225140-
CMYK0.4800.380.12
HSL132.78º64.29%67.06%-
HSV(B)132.78º48%88.24%-
XYZ38.9959.5334.25-
YUV183.02103.7280.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 225 (88.28% from 255) = 46.68%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=24.27%
G=46.68%
B=29.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251400.4800.380.12132.7864.2967.06
Hex75E18C30026C854043
Octal1653412146004614205100103
Binary11101011110000110001100110000010011011001000010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,225,140); }

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

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

 a { background-color: rgb(117,225,140); }

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

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

 span { border-color: rgb(117,225,140); }

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