#75F884

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

Shades of Pastel Green #75F884

Tints of Pastel Green #75F884

Color information

#75F884 (or 0x75F884) is unknown color: approx Pastel Green. HEX triplet: 75, F8 and 84. RGB value is (117,248,132). Sum of RGB (Red+Green+Blue) = 117+248+132=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #75F884 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F884 is #8A077B. Grayscale: #C3C3C3. Windows color (decimal): -9045884 or 8714357. OLE color: 8714357.

HSL color Cylindrical-coordinate representation of color #75F884: hue angle of 126.87º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F884 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB117248132-
CMYK0.5300.470.03
HSL126.87º90.34%71.57%-
HSV(B)126.87º52.82%97.25%-
XYZ45.0772.5833.46-
YUV195.6192.171.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.54%
GREEN value IS 248 (97.27% from 255) = 49.90%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=23.54%
G=49.90%
B=26.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172481320.5300.470.03126.8790.3471.57
Hex75F8843502F37f5a48
Octal165370204650573177132110
Binary11101011111100010000100110101010111111111111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,248,132); }

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

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

 a { background-color: rgb(117,248,132); }

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

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

 span { border-color: rgb(117,248,132); }

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