#75E281

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

Shades of Pastel Green #75E281

Tints of Pastel Green #75E281

Color information

#75E281 (or 0x75E281) is unknown color: approx Pastel Green. HEX triplet: 75, E2 and 81. RGB value is (117,226,129). Sum of RGB (Red+Green+Blue) = 117+226+129=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #75E281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E281 is #8A1D7E. Grayscale: #B6B6B6. Windows color (decimal): -9051519 or 8512117. OLE color: 8512117.

HSL color Cylindrical-coordinate representation of color #75E281: hue angle of 126.61º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E281 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB117226129-
CMYK0.4800.430.11
HSL126.61º65.27%67.25%-
HSV(B)126.61º48.23%88.63%-
XYZ38.4959.7630.27-
YUV182.3597.8981.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 226 (88.67% from 255) = 47.88%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=24.79%
G=47.88%
B=27.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172261290.4800.430.11126.6165.2767.25
Hex75E2813002BB7f4143
Octal1653422016005313177101103
Binary1110101111000101000000111000001010111011111111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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