#75E080

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

Shades of Pastel Green #75E080

Tints of Pastel Green #75E080

Color information

#75E080 (or 0x75E080) is unknown color: approx Pastel Green. HEX triplet: 75, E0 and 80. RGB value is (117,224,128). Sum of RGB (Red+Green+Blue) = 117+224+128=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #75E080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E080 is #8A1F7F. Grayscale: #B5B5B5. Windows color (decimal): -9052032 or 8446069. OLE color: 8446069.

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

Color convert

RGB117224128-
CMYK0.4800.430.12
HSL126.17º63.31%66.86%-
HSV(B)126.17º47.77%87.84%-
XYZ37.8958.6529.75-
YUV181.0698.0582.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 224 (87.89% from 255) = 47.76%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=24.95%
G=47.76%
B=27.29%

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
Decimal1172241280.4800.430.12126.1763.3166.86
Hex75E0803002BC7e3f43
Octal165340200600531417677103
Binary111010111100000100000001100000101011110011111101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,128); }

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

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

 a { background-color: rgb(117,224,128); }

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

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

 span { border-color: rgb(117,224,128); }

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