#75F088

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

Shades of Pastel Green #75F088

Tints of Pastel Green #75F088

Color information

#75F088 (or 0x75F088) is unknown color: approx Pastel Green. HEX triplet: 75, F0 and 88. RGB value is (117,240,136). Sum of RGB (Red+Green+Blue) = 117+240+136=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #75F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F088 is #8A0F77. Grayscale: #BFBFBF. Windows color (decimal): -9047928 or 8974453. OLE color: 8974453.

HSL color Cylindrical-coordinate representation of color #75F088: hue angle of 129.27º 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 #75F088 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB117240136-
CMYK0.5100.430.06
HSL129.27º80.39%70%-
HSV(B)129.27º51.25%94.12%-
XYZ42.9467.8834.13-
YUV191.3796.7574.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.73%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=23.73%
G=48.68%
B=27.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172401360.5100.430.06129.2780.3970
Hex75F0883302B6815046
Octal165360210630536201120106
Binary1110101111100001000100011001101010111101000000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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