#75E45D

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

Shades of Pastel Green #75E45D

Tints of Pastel Green #75E45D

Color information

#75E45D (or 0x75E45D) is unknown color: approx Pastel Green. HEX triplet: 75, E4 and 5D. RGB value is (117,228,93). Sum of RGB (Red+Green+Blue) = 117+228+93=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #75E45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E45D is #8A1BA2. Grayscale: #B3B3B3. Windows color (decimal): -9051043 or 6153333. OLE color: 6153333.

HSL color Cylindrical-coordinate representation of color #75E45D: hue angle of 109.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75E45D is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB11722893-
CMYK0.4900.590.11
HSL109.33º71.43%62.94%-
HSV(B)109.33º59.21%89.41%-
XYZ37.0660.0620-
YUV179.4279.2383.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 228 (89.45% from 255) = 52.05%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=26.71%
G=52.05%
B=21.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117228930.4900.590.11109.3371.4362.94
Hex75E45D3103BB6d473f
Octal165344135610731315510777
Binary11101011110010010111011100010111011101111011011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,228,93); }

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

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

 a { background-color: rgb(117,228,93); }

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

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

 span { border-color: rgb(117,228,93); }

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