#75ea7c

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

Shades of Pastel Green #75EA7C

Tints of Pastel Green #75EA7C

Color information

#75EA7C (or 0x75EA7C) is unknown color: approx Pastel Green. HEX triplet: 75, EA and 7C. RGB value is (117,234,124). Sum of RGB (Red+Green+Blue) = 117+234+124=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EA7C is #8A1583. Grayscale: #BABABA. Windows color (decimal): -9049476 or 8186485. OLE color: 8186485.

HSL color Cylindrical-coordinate representation of color #75EA7C: hue angle of 123.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EA7C is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB117234124-
CMYK0.500.470.08
HSL123.59º73.58%68.82%-
HSV(B)123.59º50%91.76%-
XYZ40.464.0829.31-
YUV186.4892.7478.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=24.63%
G=49.26%
B=26.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172341240.500.470.08123.5973.5868.82
Hex75EA7C3202F87c4a45
Octal1653521746205710174112105
Binary111010111101010111110011001001011111000111110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ea7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,234,124); }

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

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

 a { background-color: rgb(117,234,124); }

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

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

 span { border-color: rgb(117,234,124); }

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