#75ec7f

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

Shades of Pastel Green #75EC7F

Tints of Pastel Green #75EC7F

Color information

#75EC7F (or 0x75EC7F) is unknown color: approx Pastel Green. HEX triplet: 75, EC and 7F. RGB value is (117,236,127). Sum of RGB (Red+Green+Blue) = 117+236+127=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EC7F is #8A1380. Grayscale: #BCBCBC. Windows color (decimal): -9048961 or 8383605. OLE color: 8383605.

HSL color Cylindrical-coordinate representation of color #75EC7F: hue angle of 125.04º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EC7F is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB117236127-
CMYK0.5000.460.07
HSL125.04º75.8%69.22%-
HSV(B)125.04º50.42%92.55%-
XYZ41.1665.3130.51-
YUV187.9993.5877.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.38%
GREEN value IS 236 (92.58% from 255) = 49.17%
BLUE value IS 127 (50% from 255) = 26.46%
R=24.38%
G=49.17%
B=26.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172361270.5000.460.07125.0475.869.22
Hex75EC7F3202E77d4c45
Octal165354177620567175114105
Binary11101011110110011111111100100101110111111110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ec7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,236,127); }

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

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

 a { background-color: rgb(117,236,127); }

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

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

 span { border-color: rgb(117,236,127); }

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