#6ECF72

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

Shades of Pastel Green #6ECF72

Tints of Pastel Green #6ECF72

Color information

#6ECF72 (or 0x6ECF72) is unknown color: approx Pastel Green. HEX triplet: 6E, CF and 72. RGB value is (110,207,114). Sum of RGB (Red+Green+Blue) = 110+207+114=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECF72 is #91308D. Grayscale: #A7A7A7. Windows color (decimal): -9515150 or 7524206. OLE color: 7524206.

HSL color Cylindrical-coordinate representation of color #6ECF72: hue angle of 122.47º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECF72 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB110207114-
CMYK0.4700.450.19
HSL122.47º50.26%62.16%-
HSV(B)122.47º46.86%81.18%-
XYZ31.7849.1623.73-
YUV167.497.8687.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.52%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=25.52%
G=48.03%
B=26.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1102071140.4700.450.19122.4750.2662.16
Hex6ECF722F02D137a323e
Octal15631716257055231726276
Binary11011101100111111100101011110101101100111111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ECF72; }

 p { color: rgb(110,207,114); }

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

<style>
 a { background-color: #6ECF72; }

 a { background-color: rgb(110,207,114); }

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

<style>
 span { border-color: #6ECF72; }

 span { border-color: rgb(110,207,114); }

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