#75EB6D

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

Shades of Pastel Green #75EB6D

Tints of Pastel Green #75EB6D

Color information

#75EB6D (or 0x75EB6D) is unknown color: approx Pastel Green. HEX triplet: 75, EB and 6D. RGB value is (117,235,109). Sum of RGB (Red+Green+Blue) = 117+235+109=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #75EB6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EB6D is #8A1492. Grayscale: #B9B9B9. Windows color (decimal): -9049235 or 7203701. OLE color: 7203701.

HSL color Cylindrical-coordinate representation of color #75EB6D: hue angle of 116.19º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75EB6D is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB117235109-
CMYK0.5000.540.08
HSL116.19º75.9%67.45%-
HSV(B)116.19º53.62%92.16%-
XYZ39.864.324.78-
YUV185.3584.9179.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 235 (92.19% from 255) = 50.98%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=25.38%
G=50.98%
B=23.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172351090.5000.540.08116.1975.967.45
Hex75EB6D320368744c43
Octal1653531556206610164114103
Binary111010111101011110110111001001101101000111010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,235,109); }

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

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

 a { background-color: rgb(117,235,109); }

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

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

 span { border-color: rgb(117,235,109); }

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