#75E16D

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

Shades of Pastel Green #75E16D

Tints of Pastel Green #75E16D

Color information

#75E16D (or 0x75E16D) is unknown color: approx Pastel Green. HEX triplet: 75, E1 and 6D. RGB value is (117,225,109). Sum of RGB (Red+Green+Blue) = 117+225+109=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #75E16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E16D is #8A1E92. Grayscale: #B3B3B3. Windows color (decimal): -9051795 or 7201141. OLE color: 7201141.

HSL color Cylindrical-coordinate representation of color #75E16D: hue angle of 115.86º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75E16D is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB117225109-
CMYK0.4800.520.12
HSL115.86º65.91%65.49%-
HSV(B)115.86º51.56%88.24%-
XYZ37.0258.7423.85-
YUV179.4888.2283.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 225 (88.28% from 255) = 49.89%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=25.94%
G=49.89%
B=24.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251090.4800.520.12115.8665.9165.49
Hex75E16D30034C744241
Octal1653411556006414164102101
Binary111010111100001110110111000001101001100111010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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