#75ef88

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

Shades of Pastel Green #75EF88

Tints of Pastel Green #75EF88

Color information

#75EF88 (or 0x75EF88) is unknown color: approx Pastel Green. HEX triplet: 75, EF and 88. RGB value is (117,239,136). Sum of RGB (Red+Green+Blue) = 117+239+136=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EF88 is #8A1077. Grayscale: #BFBFBF. Windows color (decimal): -9048184 or 8974197. OLE color: 8974197.

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

Color convert

RGB117239136-
CMYK0.5100.430.06
HSL129.34º79.22%69.8%-
HSV(B)129.34º51.05%93.73%-
XYZ42.6567.2934.03-
YUV190.7897.0875.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 239 (93.75% from 255) = 48.58%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=23.78%
G=48.58%
B=27.64%

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
Decimal1172391360.5100.430.06129.3479.2269.8
Hex75EF883302B6814f46
Octal165357210630536201117106
Binary1110101111011111000100011001101010111101000000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ef88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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