#75E17A

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

Shades of Pastel Green #75E17A

Tints of Pastel Green #75E17A

Color information

#75E17A (or 0x75E17A) is unknown color: approx Pastel Green. HEX triplet: 75, E1 and 7A. RGB value is (117,225,122). Sum of RGB (Red+Green+Blue) = 117+225+122=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #75E17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E17A is #8A1E85. Grayscale: #B5B5B5. Windows color (decimal): -9051782 or 8053109. OLE color: 8053109.

HSL color Cylindrical-coordinate representation of color #75E17A: hue angle of 122.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 #75E17A is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB117225122-
CMYK0.4800.460.12
HSL122.78º64.29%67.06%-
HSV(B)122.78º48%88.24%-
XYZ37.7759.0427.82-
YUV180.9794.7282.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 225 (88.28% from 255) = 48.49%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=25.22%
G=48.49%
B=26.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251220.4800.460.12122.7864.2967.06
Hex75E17A3002EC7b4043
Octal1653411726005614173100103
Binary111010111100001111101011000001011101100111101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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