#75E27E

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

Shades of Pastel Green #75E27E

Tints of Pastel Green #75E27E

Color information

#75E27E (or 0x75E27E) is unknown color: approx Pastel Green. HEX triplet: 75, E2 and 7E. RGB value is (117,226,126). Sum of RGB (Red+Green+Blue) = 117+226+126=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #75E27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E27E is #8A1D81. Grayscale: #B6B6B6. Windows color (decimal): -9051522 or 8315509. OLE color: 8315509.

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

Color convert

RGB117226126-
CMYK0.4800.440.11
HSL124.95º65.27%67.25%-
HSV(B)124.95º48.23%88.63%-
XYZ38.359.6829.24-
YUV182.0196.3981.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 226 (88.67% from 255) = 48.19%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=24.95%
G=48.19%
B=26.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172261260.4800.440.11124.9565.2767.25
Hex75E27E3002CB7d4143
Octal1653421766005413175101103
Binary111010111100010111111011000001011001011111110110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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