#75FA82

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

Shades of Pastel Green #75FA82

Tints of Pastel Green #75FA82

Color information

#75FA82 (or 0x75FA82) is unknown color: approx Pastel Green. HEX triplet: 75, FA and 82. RGB value is (117,250,130). Sum of RGB (Red+Green+Blue) = 117+250+130=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FA82 is #8A057D. Grayscale: #C4C4C4. Windows color (decimal): -9045374 or 8583797. OLE color: 8583797.

HSL color Cylindrical-coordinate representation of color #75FA82: hue angle of 125.86º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FA82 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB117250130-
CMYK0.5300.480.02
HSL125.86º93.01%71.96%-
HSV(B)125.86º53.2%98.04%-
XYZ45.5573.7632.96-
YUV196.5590.4471.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.54%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=23.54%
G=50.30%
B=26.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172501300.5300.480.02125.8693.0171.96
Hex75FA823503027e5d48
Octal165372202650602176135110
Binary11101011111101010000010110101011000010111111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,250,130); }

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

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

 a { background-color: rgb(117,250,130); }

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

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

 span { border-color: rgb(117,250,130); }

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