#75E68A

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

Shades of Pastel Green #75E68A

Tints of Pastel Green #75E68A

Color information

#75E68A (or 0x75E68A) is unknown color: approx Pastel Green. HEX triplet: 75, E6 and 8A. RGB value is (117,230,138). Sum of RGB (Red+Green+Blue) = 117+230+138=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #75E68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E68A is #8A1975. Grayscale: #B9B9B9. Windows color (decimal): -9050486 or 9102965. OLE color: 9102965.

HSL color Cylindrical-coordinate representation of color #75E68A: hue angle of 131.15º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E68A is Cyan = 0.49, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB117230138-
CMYK0.4900.40.10
HSL131.15º69.33%68.04%-
HSV(B)131.15º49.13%90.2%-
XYZ40.2262.2133.93-
YUV185.72101.0678.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 230 (90.23% from 255) = 47.42%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=24.12%
G=47.42%
B=28.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172301380.4900.40.10131.1569.3368.04
Hex75E68A31028A834544
Octal1653462126105012203105104
Binary11101011110011010001010110001010100010101000001110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,230,138); }

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

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

 a { background-color: rgb(117,230,138); }

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

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

 span { border-color: rgb(117,230,138); }

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