#75F184

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

Shades of Pastel Green #75F184

Tints of Pastel Green #75F184

Color information

#75F184 (or 0x75F184) is unknown color: approx Pastel Green. HEX triplet: 75, F1 and 84. RGB value is (117,241,132). Sum of RGB (Red+Green+Blue) = 117+241+132=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #75F184 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F184 is #8A0E7B. Grayscale: #BFBFBF. Windows color (decimal): -9047676 or 8712565. OLE color: 8712565.

HSL color Cylindrical-coordinate representation of color #75F184: hue angle of 127.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F184 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB117241132-
CMYK0.5100.450.05
HSL127.26º81.58%70.2%-
HSV(B)127.26º51.45%94.51%-
XYZ42.9668.3632.76-
YUV191.594.4274.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=23.88%
G=49.18%
B=26.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172411320.5100.450.05127.2681.5870.2
Hex75F1843302D57f5246
Octal165361204630555177122106
Binary111010111110001100001001100110101101101111111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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