#75F984

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

Shades of Pastel Green #75F984

Tints of Pastel Green #75F984

Color information

#75F984 (or 0x75F984) is unknown color: approx Pastel Green. HEX triplet: 75, F9 and 84. RGB value is (117,249,132). Sum of RGB (Red+Green+Blue) = 117+249+132=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #75F984 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F984 is #8A067B. Grayscale: #C4C4C4. Windows color (decimal): -9045628 or 8714613. OLE color: 8714613.

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

Color convert

RGB117249132-
CMYK0.5300.470.02
HSL126.82º91.67%71.76%-
HSV(B)126.82º53.01%97.65%-
XYZ45.3873.233.57-
YUV196.1991.7771.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 249 (97.66% from 255) = 50%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=23.49%
G=50%
B=26.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491320.5300.470.02126.8291.6771.76
Hex75F9843502F27f5c48
Octal165371204650572177134110
Binary11101011111100110000100110101010111110111111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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