#7ECF75

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

Shades of Pastel Green #7ECF75

Tints of Pastel Green #7ECF75

Color information

#7ECF75 (or 0x7ECF75) is unknown color: approx Pastel Green. HEX triplet: 7E, CF and 75. RGB value is (126,207,117). Sum of RGB (Red+Green+Blue) = 126+207+117=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECF75 is #81308A. Grayscale: #ACACAC. Windows color (decimal): -8466571 or 7720830. OLE color: 7720830.

HSL color Cylindrical-coordinate representation of color #7ECF75: hue angle of 114º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECF75 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB126207117-
CMYK0.3900.430.19
HSL114º48.39%63.53%-
HSV(B)114º43.48%81.18%-
XYZ34.1350.3524.75-
YUV172.5296.6694.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 117 (46.09% from 255) = 26%
R=28%
G=46%
B=26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071170.3900.430.1911448.3963.53
Hex7ECF752702B13723040
Octal176317165470532316260100
Binary111111011001111111010110011101010111001111100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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