#75e28a

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

Shades of Pastel Green #75E28A

Tints of Pastel Green #75E28A

Color information

#75E28A (or 0x75E28A) is unknown color: approx Pastel Green. HEX triplet: 75, E2 and 8A. RGB value is (117,226,138). Sum of RGB (Red+Green+Blue) = 117+226+138=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #75E28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E28A is #8A1D75. Grayscale: #B7B7B7. Windows color (decimal): -9051510 or 9101941. OLE color: 9101941.

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

Color convert

RGB117226138-
CMYK0.4800.390.11
HSL131.56º65.27%67.25%-
HSV(B)131.56º48.23%88.63%-
XYZ39.1260.0133.57-
YUV183.38102.3980.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 226 (88.67% from 255) = 46.99%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=24.32%
G=46.99%
B=28.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172261380.4800.390.11131.5665.2767.25
Hex75E28A30027B844143
Octal1653422126004713204101103
Binary11101011110001010001010110000010011110111000010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75e28a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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