#75F981

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

Shades of Pastel Green #75F981

Tints of Pastel Green #75F981

Color information

#75F981 (or 0x75F981) is unknown color: approx Pastel Green. HEX triplet: 75, F9 and 81. RGB value is (117,249,129). Sum of RGB (Red+Green+Blue) = 117+249+129=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #75F981 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F981 is #8A067E. Grayscale: #C4C4C4. Windows color (decimal): -9045631 or 8518005. OLE color: 8518005.

HSL color Cylindrical-coordinate representation of color #75F981: hue angle of 125.45º degrees, saturation: 0.92, 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 #75F981 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB117249129-
CMYK0.5300.480.02
HSL125.45º91.67%71.76%-
HSV(B)125.45º53.01%97.65%-
XYZ45.1773.1232.5-
YUV195.8590.2771.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.64%
GREEN value IS 249 (97.66% from 255) = 50.30%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=23.64%
G=50.30%
B=26.06%

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
Decimal1172491290.5300.480.02125.4591.6771.76
Hex75F9813503027d5c48
Octal165371201650602175134110
Binary11101011111100110000001110101011000010111110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,249,129); }

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

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

 a { background-color: rgb(117,249,129); }

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

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

 span { border-color: rgb(117,249,129); }

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