#75E177

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

Shades of Pastel Green #75E177

Tints of Pastel Green #75E177

Color information

#75E177 (or 0x75E177) is unknown color: approx Pastel Green. HEX triplet: 75, E1 and 77. RGB value is (117,225,119). Sum of RGB (Red+Green+Blue) = 117+225+119=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #75E177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E177 is #8A1E88. Grayscale: #B4B4B4. Windows color (decimal): -9051785 or 7856501. OLE color: 7856501.

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

Color convert

RGB117225119-
CMYK0.4800.470.12
HSL121.11º64.29%67.06%-
HSV(B)121.11º48%88.24%-
XYZ37.5958.9626.85-
YUV180.6293.2282.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=25.38%
G=48.81%
B=25.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251190.4800.470.12121.1164.2967.06
Hex75E1773002FC794043
Octal1653411676005714171100103
Binary111010111100001111011111000001011111100111100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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