#75E78E

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

Shades of Pastel Green #75E78E

Tints of Pastel Green #75E78E

Color information

#75E78E (or 0x75E78E) is unknown color: approx Pastel Green. HEX triplet: 75, E7 and 8E. RGB value is (117,231,142). Sum of RGB (Red+Green+Blue) = 117+231+142=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #75E78E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E78E is #8A1871. Grayscale: #BBBBBB. Windows color (decimal): -9050226 or 9365365. OLE color: 9365365.

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

Color convert

RGB117231142-
CMYK0.4900.390.09
HSL133.16º70.37%68.24%-
HSV(B)133.16º49.35%90.59%-
XYZ40.7962.8935.58-
YUV186.77102.7378.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 231 (90.62% from 255) = 47.14%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=23.88%
G=47.14%
B=28.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172311420.4900.390.09133.1670.3768.24
Hex75E78E310279854644
Octal1653472166104711205106104
Binary11101011110011110001110110001010011110011000010110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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