#75F271

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

Shades of Pastel Green #75F271

Tints of Pastel Green #75F271

Color information

#75F271 (or 0x75F271) is unknown color: approx Pastel Green. HEX triplet: 75, F2 and 71. RGB value is (117,242,113). Sum of RGB (Red+Green+Blue) = 117+242+113=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #75F271 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F271 is #8A0D8E. Grayscale: #BEBEBE. Windows color (decimal): -9047439 or 7467637. OLE color: 7467637.

HSL color Cylindrical-coordinate representation of color #75F271: hue angle of 118.14º degrees, saturation: 0.83, 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 #75F271 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB117242113-
CMYK0.5200.530.05
HSL118.14º83.23%69.61%-
HSV(B)118.14º53.31%94.9%-
XYZ42.0768.4826.62-
YUV189.9284.5975.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 242 (94.92% from 255) = 51.27%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=24.79%
G=51.27%
B=23.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172421130.5200.530.05118.1483.2369.61
Hex75F271340355765346
Octal165362161640655166123106
Binary11101011111001011100011101000110101101111011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,242,113); }

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

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

 a { background-color: rgb(117,242,113); }

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

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

 span { border-color: rgb(117,242,113); }

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