#75E780

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

Shades of Pastel Green #75E780

Tints of Pastel Green #75E780

Color information

#75E780 (or 0x75E780) is unknown color: approx Pastel Green. HEX triplet: 75, E7 and 80. RGB value is (117,231,128). Sum of RGB (Red+Green+Blue) = 117+231+128=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #75E780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E780 is #8A187F. Grayscale: #B9B9B9. Windows color (decimal): -9050240 or 8447861. OLE color: 8447861.

HSL color Cylindrical-coordinate representation of color #75E780: hue angle of 125.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E780 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB117231128-
CMYK0.4900.450.09
HSL125.79º70.37%68.24%-
HSV(B)125.79º49.35%90.59%-
XYZ39.8162.4930.39-
YUV185.1795.7379.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=24.58%
G=48.53%
B=26.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172311280.4900.450.09125.7970.3768.24
Hex75E7803102D97e4644
Octal1653472006105511176106104
Binary1110101111001111000000011000101011011001111111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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