#75F178

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

Shades of Pastel Green #75F178

Tints of Pastel Green #75F178

Color information

#75F178 (or 0x75F178) is unknown color: approx Pastel Green. HEX triplet: 75, F1 and 78. RGB value is (117,241,120). Sum of RGB (Red+Green+Blue) = 117+241+120=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #75F178 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F178 is #8A0E87. Grayscale: #BEBEBE. Windows color (decimal): -9047688 or 7926133. OLE color: 7926133.

HSL color Cylindrical-coordinate representation of color #75F178: hue angle of 121.45º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F178 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB117241120-
CMYK0.5100.500.05
HSL121.45º81.58%70.2%-
HSV(B)121.45º51.45%94.51%-
XYZ42.1868.0528.68-
YUV190.1388.4275.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 241 (94.53% from 255) = 50.42%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=24.48%
G=50.42%
B=25.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172411200.5100.500.05121.4581.5870.2
Hex75F178330325795246
Octal165361170630625171122106
Binary11101011111000111110001100110110010101111100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,241,120); }

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

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

 a { background-color: rgb(117,241,120); }

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

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

 span { border-color: rgb(117,241,120); }

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