#75f078

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

Shades of Pastel Green #75F078

Tints of Pastel Green #75F078

Color information

#75F078 (or 0x75F078) is unknown color: approx Pastel Green. HEX triplet: 75, F0 and 78. RGB value is (117,240,120). Sum of RGB (Red+Green+Blue) = 117+240+120=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #75F078 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F078 is #8A0F87. Grayscale: #BDBDBD. Windows color (decimal): -9047944 or 7925877. OLE color: 7925877.

HSL color Cylindrical-coordinate representation of color #75F078: hue angle of 121.46º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F078 is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB117240120-
CMYK0.5100.50.06
HSL121.46º80.39%70%-
HSV(B)121.46º51.25%94.12%-
XYZ41.8967.4628.58-
YUV189.5488.7576.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 240 (94.14% from 255) = 50.31%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=24.53%
G=50.31%
B=25.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172401200.5100.50.06121.4680.3970
Hex75F078330326795046
Octal165360170630626171120106
Binary11101011111000011110001100110110010110111100110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75f078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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