#75FA81

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

Shades of Pastel Green #75FA81

Tints of Pastel Green #75FA81

Color information

#75FA81 (or 0x75FA81) is unknown color: approx Pastel Green. HEX triplet: 75, FA and 81. RGB value is (117,250,129). Sum of RGB (Red+Green+Blue) = 117+250+129=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FA81 is #8A057E. Grayscale: #C4C4C4. Windows color (decimal): -9045375 or 8518261. OLE color: 8518261.

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

Color convert

RGB117250129-
CMYK0.5300.480.02
HSL125.41º93.01%71.96%-
HSV(B)125.41º53.2%98.04%-
XYZ45.4873.7432.6-
YUV196.4489.9471.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=23.59%
G=50.40%
B=26.01%

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
Decimal1172501290.5300.480.02125.4193.0171.96
Hex75FA813503027d5d48
Octal165372201650602175135110
Binary11101011111101010000001110101011000010111110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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