#75E786

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

Shades of Pastel Green #75E786

Tints of Pastel Green #75E786

Color information

#75E786 (or 0x75E786) is unknown color: approx Pastel Green. HEX triplet: 75, E7 and 86. RGB value is (117,231,134). Sum of RGB (Red+Green+Blue) = 117+231+134=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #75E786 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E786 is #8A1879. Grayscale: #BABABA. Windows color (decimal): -9050234 or 8841077. OLE color: 8841077.

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

Color convert

RGB117231134-
CMYK0.4900.420.09
HSL128.95º70.37%68.24%-
HSV(B)128.95º49.35%90.59%-
XYZ40.2262.6532.53-
YUV185.8698.7378.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 231 (90.62% from 255) = 47.93%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=24.27%
G=47.93%
B=27.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172311340.4900.420.09128.9570.3768.24
Hex75E7863102A9814644
Octal1653472066105211201106104
Binary11101011110011110000110110001010101010011000000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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