#75E181

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

Shades of Pastel Green #75E181

Tints of Pastel Green #75E181

Color information

#75E181 (or 0x75E181) is unknown color: approx Pastel Green. HEX triplet: 75, E1 and 81. RGB value is (117,225,129). Sum of RGB (Red+Green+Blue) = 117+225+129=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #75E181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E181 is #8A1E7E. Grayscale: #B6B6B6. Windows color (decimal): -9051775 or 8511861. OLE color: 8511861.

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

Color convert

RGB117225129-
CMYK0.4800.430.12
HSL126.67º64.29%67.06%-
HSV(B)126.67º48%88.24%-
XYZ38.2259.2230.18-
YUV181.7698.2281.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=24.84%
G=47.77%
B=27.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251290.4800.430.12126.6764.2967.06
Hex75E1813002BC7f4043
Octal1653412016005314177100103
Binary1110101111000011000000111000001010111100111111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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