#75F172

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

Shades of Pastel Green #75F172

Tints of Pastel Green #75F172

Color information

#75F172 (or 0x75F172) is unknown color: approx Pastel Green. HEX triplet: 75, F1 and 72. RGB value is (117,241,114). Sum of RGB (Red+Green+Blue) = 117+241+114=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #75F172 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F172 is #8A0E8D. Grayscale: #BDBDBD. Windows color (decimal): -9047694 or 7532917. OLE color: 7532917.

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

Color convert

RGB117241114-
CMYK0.5100.530.05
HSL118.58º81.94%69.61%-
HSV(B)118.58º52.7%94.51%-
XYZ41.8367.9126.82-
YUV189.4585.4276.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 241 (94.53% from 255) = 51.06%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=24.79%
G=51.06%
B=24.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172411140.5100.530.05118.5881.9469.61
Hex75F172330355775246
Octal165361162630655167122106
Binary11101011111000111100101100110110101101111011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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