#75DC7E

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

Shades of Pastel Green #75DC7E

Tints of Pastel Green #75DC7E

Color information

#75DC7E (or 0x75DC7E) is unknown color: approx Pastel Green. HEX triplet: 75, DC and 7E. RGB value is (117,220,126). Sum of RGB (Red+Green+Blue) = 117+220+126=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC7E is #8A2381. Grayscale: #B2B2B2. Windows color (decimal): -9053058 or 8313973. OLE color: 8313973.

HSL color Cylindrical-coordinate representation of color #75DC7E: hue angle of 125.24º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC7E is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB117220126-
CMYK0.4700.430.14
HSL125.24º59.54%66.08%-
HSV(B)125.24º46.82%86.27%-
XYZ36.756.4728.71-
YUV178.4998.3884.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=25.27%
G=47.52%
B=27.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201260.4700.430.14125.2459.5466.08
Hex75DC7E2F02BE7d3c42
Octal165334176570531617574102
Binary11101011101110011111101011110101011111011111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,220,126); }

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

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

 a { background-color: rgb(117,220,126); }

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

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

 span { border-color: rgb(117,220,126); }

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