#7ECB75

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

Shades of Pastel Green #7ECB75

Tints of Pastel Green #7ECB75

Color information

#7ECB75 (or 0x7ECB75) is unknown color: approx Pastel Green. HEX triplet: 7E, CB and 75. RGB value is (126,203,117). Sum of RGB (Red+Green+Blue) = 126+203+117=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECB75 is #81348A. Grayscale: #AAAAAA. Windows color (decimal): -8467595 or 7719806. OLE color: 7719806.

HSL color Cylindrical-coordinate representation of color #7ECB75: hue angle of 113.72º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ECB75 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB126203117-
CMYK0.3800.420.20
HSL113.72º45.26%62.75%-
HSV(B)113.72º42.36%79.61%-
XYZ33.1748.4324.43-
YUV170.1797.9996.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.25%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=28.25%
G=45.52%
B=26.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262031170.3800.420.20113.7245.2662.75
Hex7ECB752602A14722d3f
Octal17631316546052241625577
Binary11111101100101111101011001100101010101001110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ECB75; }

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

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

<style>
 a { background-color: #7ECB75; }

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

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

<style>
 span { border-color: #7ECB75; }

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

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